Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143610
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143610 Numbers of the form p^2*q^3, where p,q are distinct primes. +0
3
72, 108, 200, 392, 500, 675, 968, 1125, 1323, 1352, 1372, 2312, 2888, 3087, 3267, 4232, 4563, 5324, 6125, 6728, 7688, 7803, 8575, 8788, 9747, 10952, 11979, 13448, 14283, 14792, 15125, 17672, 19652, 19773, 21125, 22472, 22707, 25947, 27436 (list; graph; listen)
OFFSET

1,1

COMMENT

Also: numbers with prime signature {3,2}.

This is a subsequence of A114128.

LINKS

Project Euler, Problem 200.

EXAMPLE

The first elements of this sequence are 3^2*2^3=72, 2^2*3^3=108, 5^2*2^3=200.

MATHEMATICA

f[n_]:=Last/@FactorInteger[n]=={2, 3}||Last/@FactorInteger[n]=={3, 2}; lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 9!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 09 2009]

PROGRAM

(PARI) for(n=1, 10^5, omega(n)==2|next; vecsort(factor(n)[, 2])==[2, 3]~ & print1(n", "))

CROSSREFS

Cf. A114128.

Sequence in context: A072412 A052486 A114128 this_sequence A166987 A078667 A090784

Adjacent sequences: A143607 A143608 A143609 this_sequence A143611 A143612 A143613

KEYWORD

easy,nonn

AUTHOR

M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Aug 27 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research