A278287 Number of primes of the form 4k+3 such that 4(n - k) - 3 is 1 or prime where (4k+3)/3 >= n.
1, 1, 1, 0, 1, 2, 1, 1, 1, 0, 1, 2, 1, 1, 2, 1, 1, 3, 2, 2, 4, 2, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 3, 2, 2, 3, 1, 2, 3, 1, 3, 5, 2, 2, 5, 2, 1, 4, 3, 2, 4, 3, 2, 4, 3, 2, 5, 3, 2, 5, 3, 1, 6, 3, 2, 4, 4, 2, 4, 4, 3, 4, 3, 2, 5, 2, 2, 6, 2, 2, 6, 1, 2, 4, 1, 2, 4, 2, 1, 5, 3, 3, 5, 2, 3, 6, 3
Offset: 1
Keywords
Examples
a(6) = 2 because 4*6 = 1 + 23 where (4*5+3)/3 = 23/3 > 6 and 4*6 = 5 + 19 where (4*4+3)/3 = 19/3 > 6.
Comments