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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062358 a(n) = 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; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(7)=2520 because 7!/numdiv(7) = 5040/2 = 2520.
PROG
(PARI) a(n)=n!/numdiv(n);
CROSSREFS
Sequence in context: A273433 A132517 A027262 * A110385 A333898 A224230
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jul 06 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 April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)