login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060687 Numbers n such that there exist exactly 2 Abelian groups of order n, i.e. A000688(n) = 2. 9
4, 9, 12, 18, 20, 25, 28, 44, 45, 49, 50, 52, 60, 63, 68, 75, 76, 84, 90, 92, 98, 99, 116, 117, 121, 124, 126, 132, 140, 147, 148, 150, 153, 156, 164, 169, 171, 172, 175, 188, 198, 204, 207, 212, 220, 228, 234, 236, 242, 244, 245, 260, 261, 268, 275, 276, 279 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n belongs to this sequence iff exactly one prime in its factorization into prime powers has exponent 2 and all the other primes in the factorization have exponent 1, for example 60 = 2^2 * 3 * 5.

FORMULA

n such that A001222(n)-A001221(n) = 1

MATHEMATICA

Select[Range[300], PrimeOmega[#]-PrimeNu[#]==1&] (* From Harvey P. Dale, Sep 08 2011 *)

PROG

(PARI) for(n=1, 279, if(bigomega(n)-omega(n)==1, print1(n, ", ")))

CROSSREFS

Cf. A000688.

Sequence in context: A081619 A038109 A067259 * A181023 A084789 A157650

Adjacent sequences:  A060684 A060685 A060686 * A060688 A060689 A060690

KEYWORD

nonn

AUTHOR

Ahmed Fares (ahmedfares(AT)my-deja.com), Apr 19 2001

EXTENSIONS

Corrected and extended by Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 05 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:10 EST 2012. Contains 205635 sequences.