A230076 a(n) = (A007521(n)-1)/4.
1, 3, 7, 9, 13, 15, 25, 27, 37, 39, 43, 45, 49, 57, 67, 69, 73, 79, 87, 93, 97, 99, 105, 115, 127, 135, 139, 153, 163, 165, 169, 175, 177, 183, 189, 193, 199, 205, 207, 213, 219, 235, 249, 253, 255, 265, 267, 273, 277, 279, 295, 303, 307
Offset: 1
Examples
The minimal polynomial C(A007521(2), x) = C(13, x) has degree 6 = 2*a(2) because C(13, x) = x^6 - x^5 - 5*x^4 + 4*x^3 + 6*x^2 - 3*x -1.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
(Select[8*Range[0, 200] + 5, PrimeQ] - 1)/4 (* Amiram Eldar, Jun 08 2022 *)
Formula
a(n) = (A007521(n)-1)/4.
Comments