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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152888 The sequence of powers necessary to reconstruct Exp[0] from Thanh Diep's sequence A081368: E=Sum[A081368[n]/10^a(n),{n,1,Length}]. 1
0, 2, 5, 9, 14, 21, 28, 36, 45, 55, 66, 77, 90, 104, 119, 135, 152, 170 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

C. Pickover, Mazes for the Mind, St. Martin's Press, NY, 1992, p. 350-351.

FORMULA

E = Sum[A081368[n]/10^a(n),{n,1,Length}]; Solve for a(n).

MATHEMATICA

Clear[a, n];

a = {2, 71, 828, 1828, 45904, 5235360, 2874713, 52662497, 757247093, 6999595749, 66967627724, 76630353547,

5945713821785, 25166427427466, 391932003059921, 8174135966290435, 72900334295260595, 630738132328627943};

b = Table[Length[IntegerDigits[a[[n]]]], {n, 1, Length[a]}];

c = Table[Sum[b[[m]], {m, 1, n}] - 1, {n, 1, Length[b]}] Sum[a[[n]]/10^(c[[n]]), {n, 1, Length[a]}];

N[% - E, 100]

CROSSREFS

Sequence in context: A006482 A191170 A191123 * A139423 A026053 A011905

Adjacent sequences:  A152885 A152886 A152887 * A152889 A152890 A152891

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 14 2008

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 February 14 07:14 EST 2012. Contains 205585 sequences.