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.

A364701 Pseudoprimes corresponding to a Perrin-like primality test.

Original entry on oeis.org

1531398, 114009582, 940084647, 4206644978, 7962908038, 20293639091, 41947594698
Offset: 1

Views

Author

Robert Dougherty-Bliss, Aug 03 2023

Keywords

Comments

The sequence b(n) defined by the generating function (3*x^4+5*x^2+6*x-7)/(4*x^7+x^4+x^2+x-1) has the property that b(p) == 1 (mod p) if p is a prime. A pseudoprime for b(n) is a composite number k such that b(k) == 1 (mod k).
The first seven pseudoprimes are the only ones up to 10^12.

Examples

			The value of b(1531398) is a 399290-digit number which is congruent to 1 modulo 1531398 = 2 * 3 * 11 * 23203.
		

Crossrefs

b(n) is A362923.