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!)
A186751 a(0) = 3; thereafter, a(n) = a(n-1)^2 - 4. 1
3, 5, 21, 437, 190965, 36467631221, 1329888126870853950837, 1768602429992068534155014726612412013000565 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is to A001566 as 4 is to 2 (subtrahend). This is the k=4 row of the array A[k,0] = 3, A[k,n] = A[k,n-1]^2 - k; A186750 is the k=3 row; and A001566 is the k=2 row. A003096(n+1) is the k=1 row.
LINKS
EXAMPLE
a(1) = a(0)^2 - 4 = 3^2 - 4 = 5, which is, like a(0), a prime.
MATHEMATICA
NestList[#^2-4&, 3, 10] (* Harvey P. Dale, Mar 14 2011 *)
CROSSREFS
Sequence in context: A084253 A153889 A364576 * A280037 A292557 A147442
KEYWORD
nonn,easy
AUTHOR
Jonathan Vos Post, Feb 26 2011
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 13 18:16 EDT 2024. Contains 374285 sequences. (Running on oeis4.)