A208292 Primes of the form (n^2+1)/26.
17, 37, 457, 601, 701, 877, 997, 2017, 3037, 3257, 4957, 5237, 5701, 10601, 11257, 11677, 14737, 15217, 16001, 17317, 17837, 21577, 22157, 24677, 29717, 34057, 39157, 39937, 41201, 50777, 52201, 53101, 75277, 78101, 79201, 89917, 91097, 93001, 94201, 96137
Offset: 1
Keywords
Examples
a(3)=457, m(3)=A208293(3)=109. T(K(3))=A000217((109-1)/2)= A000217(54)=A208294(3)=1485.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..2000
Crossrefs
Programs
-
Mathematica
Select[(Range[2000]^2 + 1)/26, PrimeQ] (* T. D. Noe, Feb 28 2012 *)
Formula
a(n) is the n-th member of the increasingly ordered list of primes of the form (m^2+1)/10, where m=m(n) is necessarily an odd integer, the positive one is A208293(n).
Comments