This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A074850 #13 Dec 15 2020 12:48:48 %S A074850 3,3,12,12,60,540,1080,6480,32400,97200,486000,3888000,34992000, %T A074850 244944000,2204496000,6613488000,13226976000,39680928000,317447424000, %U A074850 1269789696000,7618738176000,15237476352000,91424858112000 %N A074850 Partial products of successive digits in the decimal expansion of Pi. %C A074850 Because 33rd digit in the decimal expansion of Pi, pi(33) = 0, all a(n>32) = 0. %C A074850 Partial sums of digits of the decimal expansion of Pi are in A046974. %F A074850 a(n) = pi(1)*...*pi(n); pi(n)=A000796(n). %F A074850 a(n) = A073055(n), n>0. - _R. J. Mathar_, Dec 15 2020 %e A074850 a(3)=12 because pi(1)=3, pi(1)=1, pi(3)=4 and a(3)=3*1*4=12. %t A074850 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}] %t A074850 Rest[FoldList[Times,1,RealDigits[Pi,10,30][[1]]]] (* _Harvey P. Dale_, Jan 23 2015 *) %Y A074850 Cf. A000796, A046974, A073055. %K A074850 nonn,base %O A074850 1,1 %A A074850 _Zak Seidov_, Sep 10 2002