login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062008 Number of divisors of (n!)!, or A000197. 1
1, 1, 2, 30, 242880, 23565900177211392000, 2773739201349556936377871973938118055565107020522751759201737480601600000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(numtheory): A062008:=n->tau((n!)!): seq(A062008(n), n=0..6); # Wesley Ivan Hurt, Nov 08 2014
MATHEMATICA
Table[DivisorSigma[0, (n!)!], {n, 0, 6}] (* Wesley Ivan Hurt, Nov 08 2014 *)
PROG
(PARI) for(n=0, 6, print(numdiv(n!!)))
(PARI) { for (n=0, 7, write("b062008.txt", n, " ", numdiv(n!!)) ) } \\ [Harry J. Smith, Jul 29 2009]
(Magma) [NumberOfDivisors(Factorial(Factorial(n))): n in [0..7]]; // Vincenzo Librandi, Nov 09 2014
CROSSREFS
Sequence in context: A090600 A113511 A292048 * A091776 A159578 A221192
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jul 04 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 6 03:07 EST 2023. Contains 367594 sequences. (Running on oeis4.)