login
This site is supported by donations 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. 0
2, 3, 13, 178, 31853, 1014645293, 1029505071621669458, 1059880692494738761409621021617069613, 1123347082323126985848870489739619316533660939418089557571160604297983533 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

REFERENCES

Harper's Magazine, Feb 2006, Page 14.

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

Adjacent sequences:  A113491 A113492 A113493 * A113495 A113496 A113497

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

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 15 12:00 EST 2012. Contains 205782 sequences.