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!)
A113494 a(0) = 2, a(1) = 3; for n>1, a(n) = a(n-2)^2 + a(n-1)^2. 1
2, 3, 13, 178, 31853, 1014645293, 1029505071621669458, 1059880692494738761409621021617069613, 1123347082323126985848870489739619316533660939418089557571160604297983533 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Harper's Magazine, Feb 2006, Page 14.
LINKS
MATHEMATICA
a[1] = 2; a[2] = 3; a[n_] := a[n - 2]^2 + a[n - 1]^2; Array[a, 9] (* Robert G. Wilson v *)
CROSSREFS
Cf. A000283.
Sequence in context: A072162 A113785 A118323 * A139520 A132535 A056806
KEYWORD
nonn,easy
AUTHOR
Michael Hogan (Michael(AT)michaelhogan.com), Jan 10 2006
EXTENSIONS
Corrected and extended by Robert G. Wilson v, Jan 11 2006
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 20 09:04 EDT 2024. Contains 371799 sequences. (Running on oeis4.)