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.

A016185 a(n) = 9^n - 8^n.

Original entry on oeis.org

0, 1, 17, 217, 2465, 26281, 269297, 2685817, 26269505, 253202761, 2413042577, 22791125017, 213710059745, 1992110014441, 18478745943857, 170706760005817, 1571545212141185, 14425381885981321, 132080236787517137, 1206736529597136217, 11004743954450081825
Offset: 0

Views

Author

Keywords

Comments

a(n) is also the number of n-digit numbers whose smallest decimal digit is 1. - Stefano Spezia, Nov 15 2023

Crossrefs

Programs

Formula

G.f.: x/((1-8*x)*(1-9*x)).
E.g.f.: e^(9*x) - e^(8*x). - Mohammad K. Azarian, Jan 14 2009
a(n) = 9*a(n-1) + 8^(n-1), a(0)=0. - Vincenzo Librandi, Feb 09 2011
a(n) = 17*a(n-1) - 72*a(n-2), a(0)=0, a(1)=1. - Vincenzo Librandi, Feb 09 2011
a(n) = A001019(n) - A001018(n). - Alois P. Heinz, Aug 19 2021