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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120497 Natural numbers n with number of divisors equal to a perfect power. 0
1, 6, 8, 10, 14, 15, 21, 22, 24, 26, 27, 30, 33, 34, 35, 36, 38, 39, 40, 42, 46, 51, 54, 55, 56, 57, 58, 62, 65, 66, 69, 70, 74, 77, 78, 82, 85, 86, 87, 88, 91, 93, 94, 95, 100, 102, 104, 105, 106, 110, 111, 114, 115, 118, 119, 120, 122, 123, 125, 128, 129, 130, 133, 134 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) v=[1]; for(n=2, 134, if(ispower(numdiv(n)), v=concat(v, n))); v (Hobson)

CROSSREFS

Sequence in context: A086822 A048943 A130763 * A036436 A036455 A007422

Adjacent sequences:  A120494 A120495 A120496 * A120498 A120499 A120500

KEYWORD

easy,nonn

AUTHOR

Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Aug 06 2006

EXTENSIONS

More terms from Nick Hobson Nov 29 2006

Incorrect comment removed by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Mar 25 2010

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 15 16:49 EST 2012. Contains 205824 sequences.