A363367 a(n) is the least integer i >= 0 such that (i + 1) * (i + 2*n) / 2 = p^2, p prime number (A000040), or a(n) = -1 if no such i exists.
-1, -1, 2, 4, 0, -1, 10, 12, -1, 0, 18, -1, 1, -1, -1, 28, 30, -1, -1, 36, -1, 40, 42, -1, 1, 0, -1, 52, -1, -1, 58, 60, -1, -1, 66, -1, 70, 72, -1, -1, 78, -1, 82, -1, -1, 88, -1, -1, -1, 0, -1, 100, 102, -1, 106, 108, -1, 112, -1, -1, 1, -1, -1, -1, 126, -1, 130
Offset: 0
Keywords
Examples
n = 2: 2 + 3 + 4 = 9 = 3^2, a(2) = 2. n = 3: 3 + 4 + 5 + 6 + 7 = 5^2, a(3) = 4. n = 4: 4 = 2^2, a(4) = 0.
Formula
a(p^2) = 0, p prime number.
Comments