login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122590 a(n) = 2*a(n - 1) - a(n - 2) - (a(n - 1)^2 + a(n - 2)^2). 0
1, 1, -1, -5, -35, -1315, -1733045, -3003450166025, -9020712899804610407871655, -81373261220701303171562403760549780420204382316935 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

REFERENCES

S. M. Ulam, Problems in Modern Mathematics, John Wiley and Sons, New York, 1960, page 110

MATHEMATICA

a[0] = 1; a[1] = 1; a[n_] := a[n] = 2*a[n - 1] - a[n - 2] - (a[n - 1]^2 + a[n - 2]^2); Table[a[n], {n, 0, 10}]

CROSSREFS

Sequence in context: A058015 A053420 A001802 * A057991 A099137 A000871

Adjacent sequences:  A122587 A122588 A122589 * A122591 A122592 A122593

KEYWORD

sign

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 19 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Sep 21 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 17 21:13 EST 2012. Contains 206085 sequences.