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.

A129221 Residues of the Lucas - Lehmer primality test for M(13) = 8191.

Original entry on oeis.org

4, 14, 194, 4870, 3953, 5970, 1857, 36, 1294, 3470, 128, 0
Offset: 0

Views

Author

Sergio Pimentel, Apr 04 2007

Keywords

Comments

Since a(11) = 0, M(13) = 8191 is prime.

Examples

			a(11)= 128^2 - 2 mod 8191 = 16382 mod 8191 = 0
		

Crossrefs

Formula

a(0) = 4 a(n) = a(n-1)^2 mod 2^p-1 Last term: a(p-2)