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!)
A097595 a(0) = 2, a(1) = 5, a(n) = a(n-2)^2 + a(n-1)*a(n-2). 0
2, 5, 14, 95, 1526, 153995, 237325046, 36570584918795, 8679172071277388541686, 317402400594891309496469866526640395, 2754790050599653555718873659288824463030582360923748728566 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Lim_{n->infinity} a(n)/a(n-1)^Phi = 1.
LINKS
MATHEMATICA
RecurrenceTable[{a[0]==2, a[1]==5, a[n]==a[n-2]^2+a[n-1]a[n-2]}, a, {n, 10}] (* Harvey P. Dale, Mar 10 2013 *)
CROSSREFS
Sequence in context: A216270 A214374 A284661 * A243979 A081483 A118478
KEYWORD
nonn
AUTHOR
Gerald McGarvey, Aug 29 2004
EXTENSIONS
Description corrected by Michael Somos, Sep 07 2004
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 7 23:15 EDT 2024. Contains 375749 sequences. (Running on oeis4.)