cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A186751 a(0) = 3; thereafter, a(n) = a(n-1)^2 - 4.

Original entry on oeis.org

3, 5, 21, 437, 190965, 36467631221, 1329888126870853950837, 1768602429992068534155014726612412013000565
Offset: 0

Views

Author

Jonathan Vos Post, Feb 26 2011

Keywords

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.

Examples

			a(1) = a(0)^2 - 4 = 3^2 - 4 = 5, which is, like a(0), a prime.
		

Crossrefs

Programs