Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

must be done in python 1. (Display numbers in a pyramid pattern) Write a nested for loop that displays the following output: 1 24816 8

image text in transcribed

must be done in python

1. (Display numbers in a pyramid pattern) Write a nested for loop that displays the following output: 1 24816 8 42 1 1 2 4 8 16 32 16 8 421 1 2 4 8 16 32 64 32 16 8 421 1 2 4 8 16 32 64 128 64 32 16 8 42 1 2. (Compute e) You can approximate e using the following series: 1! 2!3! 4! Write a program that displays the e value for i = 10000, 20000, . . ., and 100000. (Hint: Since i! = 1 (1-1) 2 1, then-is Initialize e and i ew item to e. The new item is tem to be 1 and keep adding a n the previous item divided by i for i = 2, 3, 4, . . . .)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Temporal Databases Research And Practice Lncs 1399

Authors: Opher Etzion ,Sushil Jajodia ,Suryanarayana Sripada

1st Edition

3540645195, 978-3540645191

More Books

Students also viewed these Databases questions

Question

1. How will you, as city manager, handle these requests?

Answered: 1 week ago