login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113785 a(n) = a(n-1)^2 + 2*a(n-2). 2
2, 3, 13, 175, 30651, 939484151, 882630469980252103, 779036546537560708779146801314890911, 606897940841168991954208317469740424253072728119076070803668647790914127 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Found in a Harpers' magazine article on Chinese civil service exam.
LINKS
MATHEMATICA
RecurrenceTable[{a[0]==2, a[1]==3, a[n]==a[n-1]^2+2a[n-2]}, a, {n, 10}] (* Harvey P. Dale, Jun 20 2017 *)
CROSSREFS
Sequence in context: A137459 A267422 A072162 * A118323 A113494 A139520
KEYWORD
nonn
AUTHOR
Bob Mckaige (bobmckz(AT)yahoo.com), Jan 20 2006
EXTENSIONS
Edited by Jonathan Vos Post and Joshua Zucker, Jan 24 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)