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.

A022148 Coordination sequence for root lattice B_6.

Original entry on oeis.org

1, 72, 1072, 6968, 28320, 85992, 214864, 467544, 918080, 1665672, 2838384, 4596856, 7138016, 10698792, 15559824, 22049176, 30546048, 41484488, 55357104, 72718776, 94190368, 120462440, 152298960
Offset: 0

Views

Author

mbaake(AT)sunelc3.tphys.physik.uni-tuebingen.de (Michael Baake)

Keywords

Programs

  • Magma
    [1] cat[(8*n/15)*(58*n^4 - 65*n^3 + 180*n^2 - 85*n + 47) : n in [1..40]]; // Vincenzo Librandi, Apr 20 2012
  • Mathematica
    CoefficientList[Series[(1+66*x+655*x^2+1596*x^3+1167*x^4+ 226*x^5+x^6)/(1-x)^6,{x,0,40}],x] (* Vincenzo Librandi, Apr 20 2012 *)
    LinearRecurrence[{6,-15,20,-15,6,-1},{1,72,1072,6968,28320,85992,214864},30] (* Harvey P. Dale, Aug 11 2025 *)

Formula

a(0) = 1; for n>0, a(n) = (8*n/15)*(58*n^4 - 65*n^3 + 180*n^2 - 85*n + 47) . - Philippe Deléham, Feb 20 2004
G.f.: (1+66*x+655*x^2+1596*x^3+1167*x^4+226*x^5+x^6)/(1-x)^6 = 1+8*x*(9+80*x+202*x^2+144*x^3+29*x^4)/(1-x)^6. - Colin Barker, Apr 13 2012