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!)
A182921 Sum of exponents in prime-power factorization of the swinging factorial (A056040) n$ = n!/floor(n/2)!^2; also bigomega(n$). 1
0, 0, 1, 2, 2, 3, 3, 4, 3, 5, 5, 6, 5, 6, 6, 8, 6, 7, 6, 7, 6, 8, 8, 9, 7, 9, 9, 12, 11, 12, 11, 12, 9, 11, 11, 13, 11, 12, 12, 14, 12, 13, 12, 13, 12, 15, 15, 16, 13, 15, 14, 16, 15, 16, 14, 16, 14, 16, 16, 17, 15, 16, 16, 19, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
16$ = 2.3.3.5.11.13. Thus a(16) = 6.
MAPLE
A056040 := n -> n! / iquo(n, 2)!^2;
A182921 := n -> numtheory[bigomega](A056040(n)): seq(A182921(i), i=0..70);
MATHEMATICA
a[n_] := PrimeOmega[n!/Quotient[n, 2]!^2];
Table[a[n], {n, 0, 64}] (* Jean-François Alcover, Jun 18 2019 *)
CROSSREFS
Sequence in context: A258756 A127431 A289777 * A291268 A242767 A027833
KEYWORD
nonn
AUTHOR
Peter Luschny, Mar 14 2011
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)