The list of all prime numbers is split into sublists with the 1st sublist L_1 = {2} and n-th sublist L_n = {p_1, p_2, ..., p_m}. a(n) is the largest m such that the maximum prime gap in L_n is < p_1 - prevprime(p_1).
A348178
The list of all prime numbers is split into sublists with the 1st sublist L_1 = {2} and n-th sublist L_n = {p_1, p_2, ..., p_m}. a(n) is the largest m such that the maximum prime gap in L_n is < p_1 - prevprime(p_1).
Terms
- a(0) =1a(1) =1a(2) =1a(3) =1a(4) =2a(5) =2a(6) =1a(7) =2a(8) =4a(9) =1a(10) =2a(11) =3a(12) =2a(13) =1a(14) =6a(15) =32a(16) =4a(17) =33a(18) =55a(19) =35a(20) =28a(21) =842a(22) =124a(23) =349a(24) =131a(25) =168a(26) =394a(27) =585a(28) =575a(29) =10972
External references
- oeis: A348178