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.

A099857 Expansion of (1+3x+x^2)/(1-3x+x^2).

Original entry on oeis.org

1, 6, 18, 48, 126, 330, 864, 2262, 5922, 15504, 40590, 106266, 278208, 728358, 1906866, 4992240, 13069854, 34217322, 89582112, 234529014, 614004930, 1607485776, 4208452398, 11017871418, 28845161856, 75517614150, 197707680594
Offset: 0

Views

Author

Paul Barry, Oct 28 2004

Keywords

Comments

Hankel transform is 1, -18, -36, 0, 0, 0, 0, 0, 0, 0, 0, ... - Philippe Deléham, Dec 15 2011

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1+3x+x^2)/(1-3x+x^2),{x,0,30}],x] (* Harvey P. Dale, May 23 2015 *)

Formula

a(n) = 0^n + 6*Fibonacci(2*n).