A237604 Numbers of form D^2 + 4d, with D odd, d divides D, and 1 < d < D.
93, 237, 245, 453, 469, 645, 741, 765, 1101, 1133, 1245, 1253, 1533, 1573, 2037, 2045, 2061, 2085, 2429, 2613, 2669, 3045, 3069, 3261, 3325, 3981, 3997, 4005, 4053, 4245, 4277, 4773, 4853, 5637, 5645, 5685, 5725, 5957, 5973, 6573, 6597, 6669, 7245, 7293, 7581, 7685, 8309
Offset: 1
Keywords
Links
- Leon Bernstein, Fundamental units and cycles in the period of real quadratic number fields, I. Pacific J. Math 63 (1976): 37-61.
Programs
-
PARI
list(n)=for(i=1,n,D=2*i+1;fordiv(D,d,if(d>1&&d
Comments