login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074850 Partial products of successive digits in the decimal expansion of Pi. 3
3, 3, 12, 12, 60, 540, 1080, 6480, 32400, 97200, 486000, 3888000, 34992000, 244944000, 2204496000, 6613488000, 13226976000, 39680928000, 317447424000, 1269789696000, 7618738176000, 15237476352000, 91424858112000 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Because 33th digit in the decimal expansion of Pi, pi(33) = 0, all a(n>32) = 0. In A073055, a(1) = 1 and after a = 32400 terms are not correct. Partial sums of digits of decimal expansion of Pi are in A046974.

FORMULA

a(n) = pi(1)*...*pi(n); pi(n)=A000796(n).

EXAMPLE

a(3)=12 because pi(1)=3, pi(1)=1, pi(3)=4 and a(3)=3*1*4=12.

MATHEMATICA

ppi={3, 1, 4, 1, 5, 9, 2, 6, 5, 3, 5, 8, 9, 7, 9, 3, 2, 3, 8, 4, 6, 2, 6, 4, 3, 3, 8, 3, 2, 7, 9, 5, 0, 2, 8}; Table[Product[ppi[[i]], {i, n}], {n, 1, 33}]

CROSSREFS

Cf. A000796, A046974, A073055.

Sequence in context: A032308 A117856 A073055 * A075780 A078666 A006804

Adjacent sequences:  A074847 A074848 A074849 * A074851 A074852 A074853

KEYWORD

nonn,base

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 10 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 12:58 EST 2012. Contains 205482 sequences.