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.

A190968 a(n) = 4*a(n-1) - 10*a(n-2), with a(0)=0, a(1)=1.

Original entry on oeis.org

0, 1, 4, 6, -16, -124, -336, -104, 2944, 12816, 21824, -40864, -381696, -1118144, -655616, 8558976, 40792064, 77578496, -97606656, -1166211584, -3688779776, -3093003264, 24515784704, 128993171456, 270814838784, -206672359424, -3534837825536, -12072627707904
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A190958 (index to generalized Fibonacci sequences).

Programs

  • Mathematica
    LinearRecurrence[{4,-10}, {0,1}, 50]

Formula

G.f.: x/(1 - 4*x + 10*x^2). - Philippe Deléham, Oct 12 2011