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!)
A156750 Greedy Egyptian fraction for Pi/2 1
1, 2, 15, 243, 69282, 36600664305, 6435072487994269232829, 364103502021384610224777078613738432189483892 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Sum(n>=0,1/a(n))=Pi/2
PROG
(PARI) x=Pi/2; for (k=0, 7, d=ceil(1/x); x=x-1/d; print(d, ", "))
CROSSREFS
Sequence in context: A356587 A227098 A180610 * A292798 A221100 A203310
KEYWORD
nonn
AUTHOR
Jaume Oliver Lafont, Feb 14 2009
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 April 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)