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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107706 Quadratic recurrence a(n)=2a(n-1)^2+a(n-2), a(0)=a(1)=1. 0
1, 1, 3, 19, 725, 1051269, 2210333021447, 9771144131398048324998887, 190950515273109040540985906104397627141067435498985, 72924198566131697919005645563941249133599421947333610081098812005030529313728193495031984760197059337 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

(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 * A168591 A114301 A192340

Adjacent sequences:  A107703 A107704 A107705 * A107707 A107708 A107709

KEYWORD

nonn

AUTHOR

Michael Somos, May 22 2005

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 16 17:48 EST 2012. Contains 205939 sequences.