A251600 Least k such that prime(k) + prime(k+1) contains n prime divisors (with multiplicity), otherwise 0.
1, 0, 2, 5, 16, 20, 18, 43, 162, 190, 532, 916, 564, 3314, 3908, 10499, 30789, 53828, 153384, 62946, 278737, 364195, 629686, 3768344, 7827416, 9496221, 23159959, 184328920, 68035462, 92566977, 457932094, 370110663, 648634305, 4032924162, 7841376455
Offset: 1
Keywords
Examples
a(5) = 16 because prime(16) + prime(17) = 53 + 59 = 112 = 7*2^4 with 5 prime divisors.
Links
- Giovanni Resta, Table of n, a(n) for n = 1..45
Programs
Extensions
a(28)-a(33) from Daniel Suteu, Nov 18 2018
a(34)-a(35) from Giovanni Resta, Nov 19 2018
Comments