Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107706
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107706 Quadratic recurrence a(n)=2a(n-1)^2+a(n-2), a(0)=a(1)=1. +0
1
1, 1, 3, 19, 725, 1051269, 2210333021447, 9771144131398048324998887, 190950515273109040540985906104397627141067435498985, 72924198566131697919005645563941249133599421947333610081098812005030529313728193\ 495031984760197059337 (list; graph; listen)
OFFSET

0,3

PROGRAM

(PARI) a(n)=if(n<0, -a(-1-n), if(n<2, 1, 2*a(n-1)^2+a(n-2)))

CROSSREFS

Sequence in context: A079306 A051381 A136372 this_sequence A114301 A098796 A120563

Adjacent sequences: A107703 A107704 A107705 this_sequence A107707 A107708 A107709

KEYWORD

nonn

AUTHOR

Michael Somos, May 22 2005

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