Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122592
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122592 a(n) = 2*a(n - 1) - a(n - 2) + (a(n - 2) - a(n - 1))^2 + (a(n - 2) - a(n - 3))^2 +0
1
1, 1, 1, 0, 2, 4, 4, 2, 6, 18, 144, 15882, 247684656, 61339821614663208, 3762573685332838515711641628032454, 14156960737559137644661747812427568488753428461913274274176986277422 (list; graph; listen)
OFFSET

1,5

MATHEMATICA

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

CROSSREFS

Sequence in context: A126123 A096832 A016588 this_sequence A099264 A011172 A008777

Adjacent sequences: A122589 A122590 A122591 this_sequence A122593 A122594 A122595

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by njas, Sep 21 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research