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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062358 n! / number of divisors of n. 1
1, 1, 3, 8, 60, 180, 2520, 10080, 120960, 907200, 19958400, 79833600, 3113510400, 21794572800, 326918592000, 4184557977600, 177843714048000, 1067062284288000, 60822550204416000, 405483668029440000 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

EXAMPLE

a(7)=2520 because 7!/numdiv(7)= 5040/2= 2520.

PROG

(PARI) for(n=1, 23, print(n!/numdiv(n)))

(PARI) { f=1; for (n=1, 100, f*=n; write("b062358.txt", n, " ", f/numdiv(n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 06 2009]

CROSSREFS

Sequence in context: A132517 A027262 A027257 * A110385 A053740 A134173

Adjacent sequences:  A062355 A062356 A062357 * A062359 A062360 A062361

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 06 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 16 23:45 EST 2012. Contains 205978 sequences.