login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A250489 a(n) = Fibonacci(10^n). 7
1, 55, 354224848179261915075 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The next term has 209 digits. - Harvey P. Dale, May 28 2018
LINKS
FORMULA
a(n) = A000045(10^n).
MAPLE
a:= n-> (<<0|1>, <1|1>>^(10^n))[1, 2]:
seq(a(n), n=0..3);
CROSSREFS
Row n=10 of A250486.
Cf. A000045.
Sequence in context: A172896 A201823 A115410 * A308097 A172533 A206786
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Nov 24 2014
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 September 6 22:26 EDT 2024. Contains 375728 sequences. (Running on oeis4.)