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.

A154893 Numbers whose number of proper divisors is not a prime number.

Original entry on oeis.org

1, 2, 3, 5, 7, 11, 13, 16, 17, 19, 23, 29, 31, 36, 37, 41, 43, 47, 48, 53, 59, 61, 64, 67, 71, 73, 79, 80, 81, 83, 89, 97, 100, 101, 103, 107, 109, 112, 113, 120, 127, 131, 137, 139, 144, 149, 151, 157, 162, 163, 167, 168, 173, 176, 179, 181, 191, 193, 196, 197, 199
Offset: 1

Views

Author

Omar E. Pol, Jan 25 2009

Keywords

Comments

Complement of A063806.

Crossrefs

Programs

  • Mathematica
    Select[Range[300], ! PrimeQ[DivisorSigma[0, # ] - 1] &] (* Stefan Steinerberger, Jan 31 2009 *)
  • PARI
    isok(n) = !isprime(numdiv(n)-1); \\ Michel Marcus, Apr 27 2018

Extensions

More terms from Stefan Steinerberger, Jan 31 2009