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.

A228840 a(n) = 3^n*A228569(n).

Original entry on oeis.org

2, 15, 171, 2160, 27783, 358425, 4626234, 59716035, 770832207, 9950150160, 128439782811, 1657942687845, 21401266181778, 276254540154855, 3565983915414819, 46030886147041200, 594181726489417887, 7669891971371155905, 99005472955353055626
Offset: 0

Views

Author

R. J. Mathar, Nov 10 2013

Keywords

Comments

Bhadouria et al. call this the 3-binomial transform of the 3-Lucas sequence.

Programs

  • Mathematica
    LinearRecurrence[{15,-27},{2,15},30] (* Harvey P. Dale, May 20 2018 *)

Formula

G.f.: ( 2-15*x ) / ( 1-15*x+27*x^2 ).
Binomial transform of the binomial transform of A057076.