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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135598 Decimal expansion of the number whose Pierce expansion has the sequence of Fibonacci numbers (A000045) as coefficients. 0
3, 6, 2, 8, 0, 5, 6, 9, 1, 1, 3, 2, 0, 5, 6, 3, 5, 5, 2, 9, 1, 0, 5, 5, 1, 5, 8, 6, 1, 2, 3, 8, 0, 8, 9, 8, 2, 8, 8, 5, 1, 6, 5, 3, 9, 2, 3, 3, 9, 6, 2, 0, 7, 4, 0, 4, 7, 5, 3, 2, 7, 1, 4, 8, 4, 2, 4, 7, 6, 2, 3, 6, 3, 8, 4, 6, 8, 7, 0, 2, 3, 6, 1, 4, 4, 1, 4, 9, 2, 1, 2, 9, 5, 8, 6, 3, 6, 5, 7 (list; constant; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Weisstein, Eric W., Pierce Expansion.

Weisstein, Eric W., Engel Expansion.

MAPLE

with (combinat, fibonacci); P:=proc(n) local a, i, k; a:=0; k:=1; for i from 1 by 1 to n do k:=k*fibonacci(i); a:=a-(-1)^i/k; print(evalf(a, 100)); od; end: P(100);

CROSSREFS

Cf. A000045, A137991.

Sequence in context: A171884 A098141 A175458 * A099506 A205001 A154204

Adjacent sequences:  A135595 A135596 A135597 * A135599 A135600 A135601

KEYWORD

easy,nonn,cons

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (paoloplava(AT)gmail.com), Feb 26 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 16 16:51 EST 2012. Contains 205938 sequences.