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.

A083234 a(n) = (3*10^n + 2^n)/4.

Original entry on oeis.org

1, 8, 76, 752, 7504, 75008, 750016, 7500032, 75000064, 750000128, 7500000256, 75000000512, 750000001024, 7500000002048, 75000000004096, 750000000008192, 7500000000016384, 75000000000032768, 750000000000065536
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Comments

Binomial transform of A066443.

Crossrefs

Programs

Formula

a(n) = (3*10^n + 2^n)/4.
G.f.: (1-4*x)/((1-10*x)*(1-2*x)).
E.g.f.: (3*exp(10*x) + exp(2*x))/4.
a(n) = 12*a(n-1)-20*a(n-2). - Wesley Ivan Hurt, Apr 24 2021