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.

A210994 Numbers n such that A000005(n) <> 4.

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 16, 17, 18, 19, 20, 23, 24, 25, 28, 29, 30, 31, 32, 36, 37, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 56, 59, 60, 61, 63, 64, 66, 67, 68, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 83, 84, 88, 89, 90, 92, 96
Offset: 1

Views

Author

Omar E. Pol, Aug 11 2012

Keywords

Examples

			6 is not in the sequence because 6 has four divisors: 1, 2, 3, 6.
		

Crossrefs

Complement of A030513. Column 4 of A210976.

Programs

  • Mathematica
    Select[Range[100],DivisorSigma[0,#]!=4&] (* Harvey P. Dale, Jan 07 2013 *)