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.

A035707 Coordination sequence for 12-dimensional cubic lattice.

Original entry on oeis.org

1, 24, 288, 2312, 14016, 68664, 284000, 1022760, 3281280, 9545560, 25534368, 63521352, 148321344, 327572856, 688686048, 1385794152, 2681291520, 5008112280, 9060853280, 15926230920, 27266245056, 45570869944, 74501171808
Offset: 0

Views

Author

Joan Serra-Sagrista (jserra(AT)ccd.uab.es)

Keywords

Crossrefs

Cf. A035749.

Programs

  • Maple
    c:=12: seq(coeff(series(((1+x)/(1-x))^c, x,n+1),x,n),n=0..30); # Muniru A Asiru, Jul 01 2018
  • Mathematica
    CoefficientList[Series[((1+x)/(1-x))^12,{x,0,20}],x] (* Harvey P. Dale, Jun 21 2011 *)

Formula

G.f.: ((1+x)/(1-x))^12.
n*a(n) = 24*a(n-1) + (n-2)*a(n-2) for n > 1. - Seiichi Manyama, Aug 19 2018

Extensions

Recomputed by N. J. A. Sloane, Nov 25 1998
Formula clarified by Harvey P. Dale, Jun 21 2011