A231791 Integers k such that A231589(k) = floor(k*(k-1)/4) - k.
8, 25, 77, 125, 133, 209, 301, 325, 425, 469, 473, 725, 737, 817, 925, 1025, 1141, 1273, 1325, 1525, 1625, 1793, 1825, 2125, 2225, 2425, 2525, 2725, 2825, 2881, 3097, 3425, 3625, 3725, 3925, 4325, 4525, 4625, 4825, 4925, 5125, 5525, 5725, 5825, 6025, 6425
Offset: 1
Keywords
Links
- Hugo Pfoertner, Table of n, a(n) for n = 1..10000
- John P. Robertson, Shirali’s Questions About Sums of Residues of Squares
- S. A. Shirali, A family portrait of primes-a case study in discrimination, Math. Mag. Vol. 70, No. 4 (Oct., 1997), pp. 263-272.
Crossrefs
Cf. A231589.
Programs
-
PARI
isok(n) = A231589(n) == n*(n-1)/4 - n;
Comments