[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A045766
Number of prime factors of double factorials n!! (A006882), with multiplicity.
0
0, 1, 1, 3, 2, 5, 3, 8, 5, 10, 6, 13, 7, 15, 9, 19, 10, 22, 11, 25, 13, 27, 14, 31, 16, 33, 19, 36, 20, 39, 21, 44, 23, 46, 25, 50, 26, 52, 28, 56, 29, 59, 30, 62, 33, 64, 34, 69, 36, 72, 38, 75, 39, 79, 41, 83, 43, 85, 44, 89, 45, 91, 48, 97, 50, 100, 51, 103, 53, 106, 54, 111
OFFSET
1,4
EXAMPLE
8!!=8*6*4*2=2^3*2*3*2^2*2=2^7*3. Eight prime factors, so a(8)=8.
MATHEMATICA
PrimeOmega[Range[80]!!] (* Harvey P. Dale, May 29 2015 *)
CROSSREFS
Sequence in context: A075889 A181771 A238628 * A281668 A132817 A131025
KEYWORD
nonn,easy
AUTHOR
STATUS
approved