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!)
A198959 a(1) = 2, a(n+1) = a(n)^2 - n. 0
2, 3, 7, 46, 2112, 4460539, 19896408170515, 395867058087736049315365218, 156710727679038987453730700439845485538142584724187516 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term -- a(10) -- has 107 digits. - Harvey P. Dale, Jun 22 2022
LINKS
MATHEMATICA
RecurrenceTable[{a[1]==2, a[n+1]==a[n]^2-n}, a, {n, 10}] (* Harvey P. Dale, Jun 22 2022 *)
PROG
(PARI) vector(10, k, t=if(k==1, 2, t^2-(k-1)))
CROSSREFS
Cf. A086051.
Sequence in context: A086542 A349893 A058181 * A000231 A090593 A030090
KEYWORD
nonn,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 April 18 10:40 EDT 2024. Contains 371779 sequences. (Running on oeis4.)