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.

A016205 Expansion of g.f. 1/((1-x)*(1-2*x)*(1-10*x)).

Original entry on oeis.org

1, 13, 137, 1385, 13881, 138873, 1388857, 13888825, 138888761, 1388888633, 13888888377, 138888887865, 1388888886841, 13888888884793, 138888888880697, 1388888888872505, 13888888888856121, 138888888888823353, 1388888888888757817, 13888888888888626745, 138888888888888364601
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = (25*10^n - 9*2^n + 2)/18. - Bruno Berselli, Feb 09 2011
a(n) = 10*a(n-1) + 2^(n+1) - 1 if n > 0; a(0)=1. - Vincenzo Librandi, Feb 09 2011
From Elmo R. Oliveira, Mar 26 2025: (Start)
E.g.f.: exp(x)*(25*exp(9*x) - 9*exp(x) + 2)/18.
a(n) = 13*a(n-1) - 32*a(n-2) + 20*a(n-3).
a(n) = A016134(n+1) - A002275(n+2). (End)

Extensions

More terms from Elmo R. Oliveira, Mar 26 2025