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.

A134496 Numbers that are not lunar pseudoprimes.

Original entry on oeis.org

100, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156
Offset: 1

Views

Author

N. J. A. Sloane, Aug 15 2010

Keywords

Comments

A number n is a lunar pseudoprime if it has no lunar divisors with length in the range 2, 3, ..., len(n)-1.
So the present sequence consists of the numbers which do have a lunar divisor of length in the range 2, 3, ..., len(n)-1.
Computed using David Applegate's programs.

Examples

			100 = 10*10.
		

Crossrefs

Cf. A087062, etc.