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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143760 a(n+1) = a(n)^2 + n^2, a(1) = 1. 6
1, 2, 8, 73, 5345, 28569050, 816190617902536, 666167124752123519223995231345, 443778638100511299954105018279514127887014869775300070509089 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Let f(n+1,k) = f(n,k)^2 + k*n*f(n,k) + n^2, f(1, k) = 1:

f(n,0)=a(n), f(n,-1)=A143761(n), f(n,+1)=A143762(n),

f(n,-2)=A143763(n), f(n,+2)=A143764(n), f(n,-3)=A143765(n),

f(n,+3)=A143766(n).

LINKS

Index entries for sequences of form a(n+1)=a(n)^2 + ... [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Sep 11 2008]

MATHEMATICA

RecurrenceTable[{a[1]==1, a[n]==a[n-1]^2+(n-1)^2}, a[n], {n, 10}] (* From Harvey P. Dale, May 03 2011 *)

CROSSREFS

Sequence in context: A125814 A013002 A012998 * A064605 A132039 A204552

Adjacent sequences:  A143757 A143758 A143759 * A143761 A143762 A143763

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Sep 01 2008

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 01:56 EST 2012. Contains 205860 sequences.