OFFSET
1,2
COMMENTS
Terms seem to be exactly the numbers represented by the indefinite binary quadratic form (1, 7, 5) with discriminant 29 (Lagrange-Gauss reduced (1, 5, -1)). - Peter Luschny, Jun 24 2014
LINKS
Peter Luschny, Table of n, a(n) for n = 1..1983
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
PROG
(PARI) m=29; select(x -> x, direuler(p=2, 101, 1/(1-(kronecker(m, p)*(X-X^2))-X)), 1) \\ Fixed by Andrey Zabolotskiy, Jul 30 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 11 1999
EXTENSIONS
Name corrected by Andrey Zabolotskiy, Jul 30 2020
STATUS
approved