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.

A091882 Expansion of g.f. (1-10x)/(1-15x).

Original entry on oeis.org

1, 5, 75, 1125, 16875, 253125, 3796875, 56953125, 854296875, 12814453125, 192216796875, 2883251953125, 43248779296875, 648731689453125, 9730975341796875, 145964630126953125, 2189469451904296875, 32842041778564453125, 492630626678466796875, 7389459400177001953125
Offset: 0

Views

Author

Paul Barry, Feb 10 2004

Keywords

Comments

Binomial transform is A091881.

Crossrefs

Cf. A091881.

Programs

  • Mathematica
    LinearRecurrence[{15},{1,5},20] (* Stefano Spezia, Oct 19 2023 *)

Formula

a(n) = 15^n/3 + 2*0^n/3.
E.g.f.: (2 + exp(15*x))/3. - Stefano Spezia, Oct 19 2023

Extensions

a(17)-a(19) from Stefano Spezia, Oct 19 2023