A214517 Differences between the numbers n such that 4n^2 + 1 is prime.
1, 1, 2, 2, 1, 2, 2, 1, 5, 2, 7, 1, 5, 4, 5, 3, 2, 8, 3, 2, 2, 1, 2, 2, 6, 2, 3, 2, 5, 3, 2, 2, 10, 1, 2, 7, 3, 3, 2, 5, 3, 2, 2, 3, 5, 2, 8, 3, 4, 6, 7, 5, 17, 1, 5, 2, 3, 7, 5, 3, 2, 2, 10, 1, 2, 2, 8, 3, 20, 4, 6, 7, 3, 4, 5, 20, 1, 4, 1, 4, 10, 3, 3, 2, 3
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Differences[Select[Range[100], PrimeQ[1 + 4*#^2] &, 101]]
Formula
a(n) = A214516(n)/2 for n > 1.
Comments