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.

A373885 Number of lattice points inside or on the 7-dimensional hypersphere x_1^2 + x_2^2 + x_3^2 + x_4^2 + x_5^2 + x_6^2 + x_7^2 = 10^n.

Original entry on oeis.org

15, 16859, 48218513, 149732983675, 472579187185537, 1494134816265585397, 4724776275561584896709, 14941025134674593046033085
Offset: 0

Views

Author

Seiichi Manyama, Jun 21 2024

Keywords

Crossrefs

Programs

  • PARI
    b(k, n) = my(q='q+O('q^(n+1))); polcoef((eta(q^2)^5/(eta(q)^2*eta(q^4)^2))^k/(1-q), n);
    a(n) = b(7, 10^n);

Formula

a(n) = A341396(10^n).

Extensions

a(7) from Chai Wah Wu, Jun 23 2024