cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A035264 Indices of the nonzero terms in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m = 29.

Original entry on oeis.org

1, 4, 5, 7, 9, 13, 16, 20, 23, 25, 28, 29, 35, 36, 45, 49, 52, 53, 59, 63, 64, 65, 67, 71, 80, 81, 83, 91, 92, 100, 103, 107, 109, 112, 115, 116, 117, 121, 125, 139, 140, 144, 145, 149, 151, 161, 167, 169, 173, 175, 179, 180, 181, 196, 197, 199, 203, 207, 208
Offset: 1

Views

Author

N. J. A. Sloane, Dec 11 1999

Keywords

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

Crossrefs

Cf. A038901.

Programs

  • 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

Extensions

Name corrected by Andrey Zabolotskiy, Jul 30 2020