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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063101 Number of divisors of n!*(n!+1)/2. 1
1, 1, 2, 4, 18, 36, 96, 144, 336, 1120, 960, 960, 4320, 5760, 9504, 29568, 161280, 80640, 884736, 110592, 155520, 460800, 729600, 2188800, 929280, 1300992, 2040192, 1298304, 3528000, 14112000, 71884800, 71884800, 85708800, 243793920 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,60

PROG

(PARI) for(n=0, 38, print(numdiv( (n!*(n!+1)/2))))

(PARI) { for (n=0, 60, if (n, f*=n, f=1); write("b063101.txt", n, " ", numdiv((f*(f + 1)/2))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 18 2009]

CROSSREFS

Cf. A055555.

Sequence in context: A115987 A076692 A054300 * A143533 A064723 A151449

Adjacent sequences:  A063098 A063099 A063100 * A063102 A063103 A063104

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 07 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 17 00:09 EST 2012. Contains 205978 sequences.