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.

A007900 Coordination sequence for D_4 lattice.

Original entry on oeis.org

1, 24, 144, 456, 1056, 2040, 3504, 5544, 8256, 11736, 16080, 21384, 27744, 35256, 44016, 54120, 65664, 78744, 93456, 109896, 128160, 148344, 170544, 194856, 221376, 250200, 281424, 315144, 351456
Offset: 0

Views

Author

Keywords

References

  • M. O'Keeffe, Coordination sequences for lattices, Zeit. f. Krist., 210 (1995), 905-908.

Crossrefs

A row of array A103903.

Programs

  • Maple
    if n=0 then 1 else 8*n*(2*n^2+1); fi;

Formula

G.f.: (1+54*x^2+20*x+20*x^3+x^4)/(1-x)^4 = 1+24*x*(x+1)^2/(x-1)^4.
G.f. for coordination sequence of D_n lattice: (Sum(binomial(2*n, 2*i)*z^i, i=0..n)-2*n*z*(1+z)^(n-2))/(1-z)^n.