proposed
approved
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”).
proposed
approved
editing
proposed
nonn,more,changed
a(8) from _Arkadiusz Wesolowski, _, Apr 25 2012
proposed
editing
editing
proposed
The smallest k such that k! + 1 with has exactly n prime factors (with multiplicity).
Title clarified by Sean A. Irvine, Nov 02 2022
approved
editing
editing
approved
With[{f=PrimeOmega[Range[90]!+1]}, Table[Position[f, _?(PrimeOmega[#]==n&), 1, 1], {n, 8}]]//Flatten (* Harvey P. Dale, Feb 11 2018 *)
approved
editing
editing
approved
With[{f=Range[90]!+1}, Table[Position[f, _?(PrimeOmega[#]==n&), 1, 1], {n, 8}]]//Flatten (* Harvey P. Dale, Feb 11 2018 *)
approved
editing
editing
approved