|
| |
|
|
A054753
|
|
Numbers which are the product of a prime and the square of a different prime.
|
|
25
| |
|
|
12, 18, 20, 28, 44, 45, 50, 52, 63, 68, 75, 76, 92, 98, 99, 116, 117, 124, 147, 148, 153, 164, 171, 172, 175, 188, 207, 212, 236, 242, 244, 245, 261, 268, 275, 279, 284, 292, 316, 325, 332, 333, 338, 356, 363, 369, 387, 388, 404, 412, 423, 425, 428, 436, 452
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| A178254(a(n)) = 4; union of A095990 and A096156 [From Reinhard Zumkeller, May 24 2010]
Restated second part of above comment [From Daniel Forgues, Feb 5 2011]:
Numbers with prime signature (2,1) = union of numbers with ordered prime signature (1,2) and numbers with ordered prime signature (2,1).
A056595(a(n)) = 4. [Reinhard Zumkeller, Aug 15 2011]
|
|
|
LINKS
| Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
StackExchange, Sequence of numbers with prime factorization pq^2
|
|
|
EXAMPLE
| a(1)=12 because 12=3*2*2
|
|
|
MATHEMATICA
| S=Select[Range[12, 452], {1, 2}==Sort[Last/@FactorInteger[ # ]]&]
(* Zak Seidov, Jul 19 2009 *)
|
|
|
CROSSREFS
| Cf. numbers with 6 divisors (A030515) which are not 5th powers of primes (A050997)
Sequence in context: A072588 A187039 A072357 * A098899 A098770 A181487
Adjacent sequences: A054750 A054751 A054752 * A054754 A054755 A054756
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Henry Bottomley (se16(AT)btinternet.com), Apr 25 2000
|
|
|
EXTENSIONS
| Link added and incorrect Mathematica code removed by David Bevan (dbevan(AT)emtex.com), Sep 17 2011
|
| |
|
|