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.

A015588 Expansion of x/(1 - 10*x - 3*x^2).

Original entry on oeis.org

0, 1, 10, 103, 1060, 10909, 112270, 1155427, 11891080, 122377081, 1259444050, 12961571743, 133394049580, 1372825211029, 14128434259030, 145402818223387, 1496413485010960, 15400343304779761, 158492673502830490, 1631127764942644183, 16786755669934933300
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = 10*a(n-1) + 3*a(n-2).