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.

A016173 Expansion of 1/((1-6*x)*(1-10*x)).

Original entry on oeis.org

1, 16, 196, 2176, 23056, 238336, 2430016, 24580096, 247480576, 2484883456, 24909300736, 249455804416, 2496734826496, 24980408958976, 249882453753856, 2499294722523136, 24995768335138816, 249974610010832896, 2499847660064997376, 24999085960389984256, 249994515762339905536, 2499967094574039433216
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016129.

Programs

Formula

a(n) = (10^(n+1) - 6^(n+1))/4. - Al Hakanson (hawkuu(AT)gmail.com), Dec 31 2008
a(n) = 16*a(n-1) - 60*a(n-2). - Philippe Deléham, Jan 01 2009
a(n) = 10*a(n-1) + 6^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
E.g.f.: (1/2)*(5*exp(10*x) - 3*exp(6*x)). - G. C. Greubel, Nov 13 2024

Extensions

More terms added by G. C. Greubel, Nov 13 2024