login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015884 A modified Pierce-type expansion for Pi: Pi = a(0) + Sum_{n>=1} (-1)^floor(n/2)/(Product_{i=1..n} a(i)). 2
3, 7, 113, 4739, 46804, 134370, 614063, 1669512, 15474115, 18858140, 19180902, 41486462, 492988666, 1794101482, 34644610027, 48670872793, 97414216753, 138669015304, 195575194804, 543142431219, 3173502039447, 4968328076747 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0) = floor(Pi); A(1) = Pi-a(0); a(2*n-1) = floor(1/A(2*n-1)); A(2*n) = 1-a(2*n-1)*A(2*n-1); a(2*n) = ceiling(1/A(2*n)) and A(2*n+1) = a(2*n)*A(2*n)-1 for n >= 1.
EXAMPLE
Pi = 3 + 1/7 - 1/(7*113) - 1/(7*113*4739) + 1/(7*113*4739*46804) + 1/(7*113*4739*46804*134370) - 1/(7*113*4739*46804*134370*614063) - 1/(7*113*4739*46804*134370*614063*1669512) + ...
From M. F. Hasler, Apr 09 2018: (Start)
Using the formulas given in the formula section, we get:
a(0) = 3, A(1) = Pi-3 = 0.14159..., a(1) = floor(1/A(1)) = floor(7.0626...) = 7,
A(2) = 1 - A(1)*a(1) = 0.00885..., a(2) = ceiling(1/A(2)) = 113,
A(3) = A(2)*a(2) - 1 = 0.000221..., a(3) = floor(1/A(3)) = 4739,
A(4) = 1 - A(3)*a(3) = 2.136585...e-5, a(4) = ceiling(1/A(2)) = 46804,
A(5) = A(4)*a(4) - 1 = 7.442125...e-7, a(5) = floor(1/A(3)) = 134370, ... (End)
PROG
(PARI) {A=Pi-a=3; for(n=0, oo, print1(a", "); A=abs(1-A*a=if(bittest(n, 0), ceil(1/A), 1\A)))} \\ M. F. Hasler, Apr 09 2018
CROSSREFS
Cf. A061233.
Sequence in context: A028414 A014014 A289629 * A224936 A156201 A066771
KEYWORD
nonn
AUTHOR
Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Jun 02 2000
EXTENSIONS
Better description and more terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 28 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)