The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A062348 a(n) = n! / (number of distinct prime divisors of n). 1
2, 6, 24, 120, 360, 5040, 40320, 362880, 1814400, 39916800, 239500800, 6227020800, 43589145600, 653837184000, 20922789888000, 355687428096000, 3201186852864000, 121645100408832000, 1216451004088320000 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
a(n) = n! / omega(n).
PROG
(PARI) a(n)=if(n<2, 0, n!/omega(n));
CROSSREFS
Sequence in context: A366368 A355988 A330043 * A189856 A189567 A189859
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 May 28 04:02 EDT 2024. Contains 372900 sequences. (Running on oeis4.)