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!)
A153059 a(0) = 0, a(n) = a(n-1)^2 - n. 9
0, -1, -1, -2, 0, -5, 19, 354, 125308, 15702094855, 246555782835417471015, 60789754049585540423053668337098365130214, 3695394197409101611007702673065886746062029284385286815035968423367078017175685784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ c^(2^n), where c = 1.0469211647756727790926917384863725994592251990011465128982697545064576849... . - Vaclav Kotesovec, Dec 18 2014
MATHEMATICA
a=0; lst={}; Do[a=a^2-n; AppendTo[lst, a], {n, 0, 14}]; lst
RecurrenceTable[{a[0]==0, a[n]==a[n-1]^2-n}, a, {n, 12}] (* Harvey P. Dale, Aug 05 2013 *)
CROSSREFS
Sequence in context: A137260 A263101 A219765 * A151336 A346092 A180491
KEYWORD
sign,easy
AUTHOR
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 July 24 08:15 EDT 2024. Contains 374575 sequences. (Running on oeis4.)