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!)
A114317 a(n+1) = a(n)^2 + 2*n. 0
1, 3, 13, 175, 30633, 938380699, 880558336255728613, 775382983549456819927133059506903783, 601218771178057225431491345601197053905427210323124545159875839219711105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = a(n-1)^2 + 2*(n-1).
PROG
(PARI) a(n) = if (n==1, 1, a(n-1)^2 + 2*(n-1)) \\ Michel Marcus, Jun 29 2013
CROSSREFS
Sequence in context: A239979 A336204 A261361 * A168320 A323134 A368499
KEYWORD
nonn
AUTHOR
Rod Edwards (edwards(AT)math.uvic.ca), Feb 05 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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)