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!)
A143764 a(n+1) = (a(n)+n)^2, a(1) = 1. 6
1, 4, 36, 1521, 2325625, 5408554896900, 29252466072845872288372836, 855706771342998810018458679815602502067088579902649, 732234078522259249473123638277942895348884466303559008943210424176413224873174808848983192723595659649 (list; graph; refs; listen; history; text; 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)=A143760(n), f(n,-1)=A143761(n), f(n,+1)=A143762(n),
f(n,-2)=A143763(n), f(n,+2)=a(n), f(n,-3)=A143765(n), f(n,+3)=A143766(n).
LINKS
FORMULA
a(n) ~ c^(2^n), where c = 1.581081999938782403516250856478461283288009405562783587423785805068844988... . - Vaclav Kotesovec, Dec 18 2014
MATHEMATICA
s=1; lst={}; Do[AppendTo[lst, s*=s+=n], {n, 0, 9}]; lst (* Vladimir Joseph Stephan Orlovsky, Oct 20 2009 *)
RecurrenceTable[{a[n+1] == (a[n]+n)^2, a[1] == 1}, a, {n, 1, 10}] (* Vaclav Kotesovec, Dec 18 2014 *)
FoldList[(#1+#2)^2&, 1, Range@8] (* Ivan N. Ianakiev, May 08 2015 *)
CROSSREFS
Subsequence of A000290.
Sequence in context: A353410 A360725 A173212 * A152287 A086857 A174864
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 01 2008
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 September 26 11:38 EDT 2023. Contains 365656 sequences. (Running on oeis4.)