|
Search: id:A157193
|
|
|
| A157193 |
|
Greedy Egyptian fraction expansion for 4/Pi |
|
+0 1
|
|
| 1, 4, 44, 1953, 4179942, 42836179578838, 3958573977160882295479936105, 36328295343356352083453782833218820307659379901717630389
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Sum_{n>=0}1/a(n)=4/Pi
Truncating the series to three terms yields the convergent 22/7 as an approximation to Pi:
1+1/4+1/44=14/11=4/(22/7)
|
|
LINKS
|
Wikipedia, Greedy algorithm for Egyptian fractions
|
|
PROGRAM
|
(PARI) x=4/Pi; for (k=0, 7, d=ceil(1/x); x=x-1/d; print(d, ", "))
|
|
CROSSREFS
|
Cf. A088538, A154956, A156618.
Sequence in context: A155556 A127635 A134174 this_sequence A024254 A167781 A075029
Adjacent sequences: A157190 A157191 A157192 this_sequence A157194 A157195 A157196
|
|
KEYWORD
|
frac,nonn
|
|
AUTHOR
|
Jaume Oliver Lafont (joliverlafont(AT)gmail.com), Feb 24 2009
|
|
|
Search completed in 0.002 seconds
|