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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062348 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; internal format)
OFFSET

2,1

LINKS

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

FORMULA

a(n) = n! / omega(n).

PROG

(PARI) for(n=2, 24, print(n!/omega(n)))

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

CROSSREFS

Sequence in context: A189852 A189564 A178010 * A189856 A189567 A189859

Adjacent sequences:  A062345 A062346 A062347 * A062349 A062350 A062351

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 15:50 EST 2012. Contains 205931 sequences.