A322289 Primes sorted by quadratic irrational continued fraction terms.
5, 3, 2, 17, 13, 7, 37, 41, 29, 11, 73, 61, 53, 19, 23, 109, 89, 101, 97, 113, 31, 149, 157, 137, 43, 47, 193, 197, 181, 173, 59, 277, 241, 281, 269, 257, 233, 229, 67, 71, 79, 313, 337, 349, 353, 317, 293, 83, 409, 421, 433, 389, 401, 373, 397, 103, 107
Offset: 1
Keywords
Examples
17 == 1 (mod 4), so compute (sqrt(17)+1)/2 = 2.561552812808830.... Its continued fraction expansion is [2;(1,1,3)]. The largest term is 3. 13 == 1 (mod 4), so compute (sqrt(13)+1)/2 = 2.30277563773199.... Its continued fraction expansion is [2;(3)]. The largest term is again 3, but the average term is larger than the average term in (sqrt(17)+1)/2, so 13 goes after 17. 7 == 3 (mod 4), so compute sqrt(7) = 2.645751311064590.... Its continued fraction expansion is [2;(1,1,1,4)]. The largest term is 4, so 7 goes after 13.
Links
- Pierre Abbat, Table of n, a(n) for n = 1..4228
- Pierre Abbat, Quadlods
Comments