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!)
A143985 a(0) = 0; thereafter, a(n+1) = (a(n) + 2)^2 - n. 1
0, 3, 23, 622, 389372, 151612111871, 22986232466591067568123, 528366883008165274204418444362589201516015618, 279171563059764209960524428253973697688487588192684862752843397296212343984911360083984392 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
lst={}; a=0; Do[AppendTo[lst, a=a^2-n]; a=a+2, {n, 0, 9}]; lst
CROSSREFS
Sequence in context: A101191 A127900 A229266 * A333739 A119669 A013391
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Sep 14 2008, Jan 02 2009
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)