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!)
A113902 Product of omega(n!) and bigomega(n!). 0
0, 1, 4, 8, 15, 21, 32, 44, 52, 60, 80, 95, 120, 132, 144, 168, 203, 224, 264, 288, 304, 320, 369, 405, 423, 441, 468, 495, 560, 590, 660, 715, 737, 759, 781, 825, 912, 936, 960, 1008, 1105, 1144, 1246, 1288, 1330, 1358, 1470, 1545, 1575, 1620, 1650, 1695 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
omega(x!) is the number of primes <= x.
LINKS
FORMULA
omega(x): number of distinct prime divisors of x. bigomega(x): number of prime divisors of x, counted with multiplicity.
MATHEMATICA
PrimeNu[#]PrimeOmega[#]&/@(Range[60]!) (* Harvey P. Dale, Aug 14 2013 *)
PROG
(PARI) omegafactxbigomegafact(n) = { local(x); for(x=1, n, print1(omega(x!)*bigomega(x!)", ") ) }
CROSSREFS
Sequence in context: A071422 A368897 A212538 * A024916 A212539 A102216
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Jan 29 2006
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 16:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)