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.

A352550 a(n) = number of modules with n elements over the ring of integers in the real quadratic field of discriminant 5.

Original entry on oeis.org

1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2
Offset: 1

Views

Author

N. J. A. Sloane, Mar 20 2022

Keywords

Crossrefs

Programs

  • PARI
    \\ Don Zagier, Mar 18 2022
    PZ(D,m=20) = Z=dirmul(vector(m,n,1),vD=vector(m,n,kronecker(D,n))); v=Z; \
    for(j=2,log(m)/log(2), V=v*0;for(k=1,m^(1/j),V[k^j]=Z[k]);v=dirmul(v,V)); v
    PZ(5,100)