Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143392
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143392 A quadratic recursion sequence: a(n)=a(n - 1)^2 - 2*a(n - 1) - a(n - 2)^2 + 2*a(n - 2). +0
1
1, 2, 1, -1, 4, 5, 7, 20, 325, 104615, 10943984020, 119770786197183303365, 14345041226291394498726932547331126324135, 205780207783999715270619814569860727079365052973702253248437750317796955577133 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n)=a(n - 1)^2 - 2*a(n - 1) - a(n - 2)^2 + 2*a(n - 2).

log a(n) ~ 0.011287... * 2^n - Charles R Greathouse IV (charles.greathouse(AT)case.edu), Oct 06 2009

MATHEMATICA

Clear[a, n]; a[0] = 1; a[1] = 2; a[n_] := a[n] = a[n - 1]^2 - 2*a[n - 1] - a[n - 2]^2 + 2*a[n - 2]; Table[a[n], {n, 0, 15}]

CROSSREFS

Sequence in context: A102610 A134172 A078047 this_sequence A090668 A156579 A034870

Adjacent sequences: A143389 A143390 A143391 this_sequence A143393 A143394 A143395

KEYWORD

sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 23 2008

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research