OFFSET
1,2
COMMENTS
a(21) > 10^12. [From Donovan Johnson, Oct 11 2010]
a(24) > 10^13. - Giovanni Resta, Aug 01 2013
Prime factors counted with multiplicity. - Harvey P. Dale, Sep 06 2022
MATHEMATICA
Table[SequencePosition[If[EvenQ[#], 1, 0]&/@PrimeOmega[Range[40000]], PadRight[{}, n, 1], 1][[All, 1]], {n, 14}]//Flatten//Union (* The program generates the first 10 terms of the sequence. *) (* Harvey P. Dale, Sep 06 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
G. L. Honaker, Jr., Jan 18 2002
EXTENSIONS
Except for first 4 or 5 terms, computed by Shyam Sunder Gupta, Jan 26 2002
a(12) and a(14) corrected and a(18)-a(20) from Donovan Johnson, Oct 11 2010
a(21)-a(23) from Giovanni Resta, Aug 01 2013
STATUS
approved