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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062959 Number of divisors of n^(n!) (A053986). 1
1, 3, 7, 49, 121, 519841, 5041, 120961, 725761, 13168196697601, 39916801, 458885067042124801, 6227020801, 7600054456726354022401, 1710012252726814772736001, 83691159552001, 355687428096001, 81980778135594585487141085184001, 121645100408832001 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Alois P. Heinz, Table of n, a(n) for n = 1..100

MAPLE

a:= n-> mul(n!*i[2]+1, i=ifactors(n)[2]):

seq (a(n), n=1..20);  # Alois P. Heinz, Dec 17 2011

PROG

(PARI) for(n=1, 13, print(numdiv(n^(n!))))

CROSSREFS

Cf. A053986, A000005.

Sequence in context: A173771 A019039 A077559 * A190444 A118393 A113775

Adjacent sequences:  A062956 A062957 A062958 * A062960 A062961 A062962

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 22 2001

EXTENSIONS

More terms from Henry Bottomley (se16(AT)btinternet.com), Jul 24 2001

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Dec 17 2011

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 07:30 EST 2012. Contains 205998 sequences.