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.

A010369 Number of points of L1 norm 2n in root system version of E_8 lattice.

Original entry on oeis.org

1, 0, 128, 0, 2944, 1024, 31616, 15360, 199424, 101376, 877696, 439296, 3011200, 1464320, 8630144, 4073472, 21607936, 9922560, 48713856, 21829632, 101009792, 44301312, 195640192, 84198400, 358064384
Offset: 0

Views

Author

Keywords

Comments

Crossrefs

Cf. A010368.

Programs

  • Maple
    1/2*((1+z^2)^8+256*z^8)/(1-z^2)^8+1/2*(1-z^2)^8/(1+z^2)^8
    f := proc(m) local k,t1; t1 := 2^(n-1)*binomial((n+2*m)/2-1,n-1); if m mod 2 = 0 then t1 := t1+add(2^k*binomial(n,k)*binomial(m-1,k-1),k=0..n); fi; t1; end; where n=8.

Formula

G.f.: (1/2)*((1+z^2)^8+256*z^8)/(1-z^2)^8 + (1/2)*(1-z^2)^8/(1+z^2)^8.