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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085627 Number of divisors of n-th highly powerful number. 0
1, 3, 4, 5, 6, 7, 8, 15, 16, 18, 20, 24, 25, 28, 30, 32, 35, 36, 40, 42, 45, 48, 50, 54, 96, 96, 105, 108, 112, 120, 120, 128, 135, 140, 144, 160, 168, 180, 192, 200, 200, 216, 224, 225, 240, 240, 252, 270, 280, 280, 300, 315, 576, 560, 600, 576, 648, 640, 675, 672 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(54) = 560 is the first term that is less than the preceding term. - David Wasserman (wasserma(AT)spawar.navy.mil), Feb 03 2005

PROG

(PARI) {prdex(n)=local(s, fac); s=1; fac=factor(n); for(k=1, matsize(fac)[1], s=s*fac[k, 2]); return(s)} {dhp(m)=local(rec); rec=0; for(n=1, m, if(prdex(n)>rec, rec=prdex(n); print1(numdiv(n)", ")))}

CROSSREFS

Cf. A005934.

Sequence in context: A044951 A138308 A039084 * A057825 A082464 A037349

Adjacent sequences:  A085624 A085625 A085626 * A085628 A085629 A085630

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 10 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Feb 03 2005

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 17 12:38 EST 2012. Contains 206021 sequences.