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.

A022149 Coordination sequence for root lattice B_7.

Original entry on oeis.org

1, 98, 1946, 16394, 83442, 307314, 907018, 2282394, 5095650, 10368386, 19594106, 34866218, 59021522, 95799186, 150015210, 227752378, 336565698, 485703330, 686343002, 951843914, 1298014130, 1743393458
Offset: 0

Views

Author

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

Keywords

Programs

  • Mathematica
    CoefficientList[Series[-(x^7 + 371 x^6 + 2793 x^5 + 6155 x^4 + 4795 x^3 + 1281 x^2 + 91 x + 1)/(x - 1)^7, {x, 0, 30}], x] (* Vincenzo Librandi, Oct 16 2013 *)
    LinearRecurrence[{7,-21,35,-35,21,-7,1},{1,98,1946,16394,83442,307314,907018,2282394},30] (* Harvey P. Dale, Nov 20 2018 *)

Formula

a(0) = 1; for n>0, a(n) = (968*n^6 - 1368*n^5 + 5420*n^4 - 4080*n^3 + 4232*n^2 - 852*n + 90)/45 . - Philippe Deléham, Feb 20 2004
G.f.: -(x^7+371*x^6+2793*x^5+6155*x^4+4795*x^3+1281*x^2+91*x+1)/(x-1)^7 = 1 +2*x*(x+1) *(49+581*x+1834*x^2+1226*^2+181*x^4+x^5) /(1-x)^7. - Colin Barker, Nov 18 2012