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.

A022147 Coordination sequence for root lattice B_5.

Original entry on oeis.org

1, 50, 530, 2562, 8130, 20082, 42130, 78850, 135682, 218930, 335762, 494210, 703170, 972402, 1312530, 1735042, 2252290, 2877490, 3624722, 4508930, 5545922, 6752370, 8145810, 9744642, 11568130, 13636402
Offset: 0

Views

Author

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

Keywords

Programs

  • Magma
    [1] cat[(108*n^4 - 88*n^3 + 156*n^2 - 32*n + 6)/3 : n in [1..40]]; // Vincenzo Librandi, Apr 20 2012
  • Mathematica
    CoefficientList[Series[(1+45*x+290*x^2+402*x^3+125*x^4+ x^5)/(1-x)^5,{x,0,40}],x] (* Vincenzo Librandi, Apr 20 2012 *)

Formula

a(0) = 1; for n>0, a(n) = (108*n^4 - 88*n^3 + 156*n^2 - 32*n + 6)/3 . - Philippe Deléham, Feb 20 2004
G.f.: (1+45*x+290*x^2+402*x^3+125*x^4+x^5)/(1-x)^5 = 1+2*x*(25+140*x+206*x^2+60*x^3+x^4)/(1-x)^5. - Colin Barker, Apr 13 2012