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.

A055406 Number of points in N^7 of norm <= n.

Original entry on oeis.org

1, 8, 106, 702, 3390, 11496, 33792, 83877, 191433, 394251, 766518, 1397065, 2446316, 4076126, 6601783, 10324698, 15776495, 23436651, 34198045, 48828417, 68680634, 94868383, 129404333, 173984393, 231540046, 304058667, 395837165
Offset: 0

Views

Author

Keywords

Crossrefs

Column k=7 of A302998.

Programs

  • Mathematica
    a[n_]:=SeriesCoefficient[(1 + EllipticTheta[3, 0, x])^7/(128 (1 - x)), {x, 0, n^2}]; Array[a,27,0] (* Stefano Spezia, Mar 31 2025 *)

Formula

a(n) = [x^(n^2)] (1 + theta_3(x))^7/(128*(1 - x)), where theta_3() is the Jacobi theta function. - Ilya Gutkovskiy, Apr 15 2018