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!)
A076776 a(0) = 1, a(1) = 2, a(2) = 5; for n > 2, a(n) = a(n-1)*a(n-2). 1
1, 2, 5, 10, 50, 500, 25000, 12500000, 312500000000, 3906250000000000000, 1220703125000000000000000000000, 4768371582031250000000000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2^fibonacci(n-2)*5^fibonacci(n-1)for n>=2, fibonacci(n)=A000045(n). - Vladeta Jovovic and Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Nov 16 2002
MAPLE
with(combinat, fibonacci):A076776 := n->2^fibonacci(n-2)*5^fibonacci(n-1);
MATHEMATICA
nxt[{a_, b_}]:={b, a*b}; Join[{1}, NestList[nxt, {2, 5}, 15][[All, 1]]] (* Harvey P. Dale, Jun 07 2021 *)
CROSSREFS
Sequence in context: A018472 A082593 A124664 * A020755 A018503 A018535
KEYWORD
nonn
AUTHOR
Emily Shields (emilyshields_2001(AT)hotmail.com), Nov 14 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Nov 16 2002
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 April 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)