login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
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
Table of n, a(n) for n=0..7.
Wikipedia,
Greedy algorithm for Egyptian fractions
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
Cf.
A001466
,
A156269
,
A156736
.
Sequence in context:
A356587
A227098
A180610
*
A292798
A221100
A203310
Adjacent sequences:
A156747
A156748
A156749
*
A156751
A156752
A156753
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 June 10 05:41 EDT 2023. Contains 363195 sequences. (Running on oeis4.)