OFFSET
0,2
COMMENTS
The sum of two consecutive terms of A034175 is always a perfect square.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 0..10000
PROG
(PARI) p=0; s=0; for (n=1, 77, s+=2^p; for (v=0, oo, if (!bittest(s, v) && issquare(p+v), print1 (sqrtint(p+v) ", "); p=v; break)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Apr 28 2019
STATUS
approved