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.

A119251 Positive integers each with exactly 1 unitary prime divisor (i.e., n is included if and only if A056169(n) = 1).

Original entry on oeis.org

2, 3, 5, 7, 11, 12, 13, 17, 18, 19, 20, 23, 24, 28, 29, 31, 37, 40, 41, 43, 44, 45, 47, 48, 50, 52, 53, 54, 56, 59, 61, 63, 67, 68, 71, 73, 75, 76, 79, 80, 83, 88, 89, 92, 96, 97, 98, 99, 101, 103, 104, 107, 109, 112, 113, 116, 117, 124, 127, 131, 135, 136, 137, 139, 147
Offset: 1

Views

Author

Leroy Quet, Jul 23 2006

Keywords

Comments

Also, numbers expressible as the product of a prime and a powerful number not divisible by that prime. - Franklin T. Adams-Watters, Jul 25 2006

Examples

			28 has the prime factorization of 2^2 * 7^1. 28 is therefore included in this sequence because there is exactly one prime raised to an exponent of 1 in 28's prime factorization.
		

Crossrefs

Programs

  • Mathematica
    Select[Range@147, Count[FactorInteger@#, 1, 2] == 1 &] (* Robert G. Wilson v, Jul 25 2006 *)

Extensions

More terms from Robert G. Wilson v and Franklin T. Adams-Watters, Jul 25 2006