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”).

A354220
a(n) is the record setting number of distinct prime factors in the product of the composite numbers between p = A354219(n) and the next prime after p.
1
1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 20, 25, 27, 37, 38, 39, 40, 41, 45, 49, 56, 64, 66, 89, 90, 114, 120, 131, 145, 154, 164, 174, 187, 207, 217, 218, 222, 225, 266, 302, 328, 329, 330, 351, 364, 369, 377, 381, 437, 447, 449, 454, 461, 468, 497, 530, 535, 548, 551
OFFSET
1,2
MATHEMATICA
Union@ FoldList[Max, Array[PrimeNu[Times @@ FactorInteger[Times @@ Range[#1 + 1, #2 - 1]][[All, 1]]] & @@ Map[Prime, # + {0, 1}] &, 10^4]] (* Michael De Vlieger, May 20 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, May 20 2022
STATUS
approved