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.

A008259 Coordination sequence T2 for Moganite, also for BGB1.

Original entry on oeis.org

1, 4, 11, 24, 41, 62, 90, 122, 157, 200, 247, 296, 354, 416, 479, 552, 629, 706, 794, 886, 977, 1080, 1187, 1292, 1410, 1532, 1651, 1784, 1921, 2054, 2202, 2354, 2501, 2664, 2831, 2992, 3170, 3352, 3527, 3720, 3917, 4106, 4314, 4526, 4729, 4952, 5179, 5396
Offset: 0

Views

Author

Ralf W. Grosse-Kunstleve, David M. Teter (dmteter(AT)sandia.gov)

Keywords

References

  • Inorganic Crystal Structure Database: Collection Code 67669 (for Moganite)

Programs

  • Mathematica
    CoefficientList[Series[-(x + 1) (x^6 + 2 x^5 + 5 x^4 + 6 x^3 + 5 x^2 + 2 x + 1)/((x - 1)^3 (x^2 + x + 1)^2), {x, 0, 60}], x] (* Vincenzo Librandi, Oct 15 2013 *)
    LinearRecurrence[{1,0,2,-2,0,-1,1},{1,4,11,24,41,62,90,122},70] (* Harvey P. Dale, May 10 2024 *)

Formula

a(3m) = 22m^2+2, a(3m+1) = 22m^2+15m+4, a(3m+2)=22m^2+29m+11. - N. J. A. Sloane
G.f.: -(x+1)*(x^6+2*x^5+5*x^4+6*x^3+5*x^2+2*x+1) / ((x-1)^3*(x^2+x+1)^2). - Colin Barker, Dec 12 2012