login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157718 Greedy Egyptian fraction expansion of log(3). 0
1, 11, 130, 91827, 42593758221, 2068726045016880942060, 20697114911379630588051784011292634933847536, 832769470129253476302780470023395858447487389073547955500158020204885523374048803963217 (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

EXAMPLE

log(3) = Sum_{n>=0} 1/a(n) = 1/1 + 1/11 + 1/130 + 1/91827 + 1/42593758221 + ...

PROG

(PARI) x=log(3); for (k=1, 8, d=ceil(1/x); x=x-1/d; print(d, ", "))

CROSSREFS

Cf. A058962, A154920, A157024, A002391, A118324.

Sequence in context: A183837 A015603 A184280 * A046210 A100757 A099677

Adjacent sequences:  A157715 A157716 A157717 * A157719 A157720 A157721

KEYWORD

frac,nonn

AUTHOR

Jaume Oliver Lafont, Mar 04 2009

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 22:46 EDT 2013. Contains 226416 sequences.