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.

A001027 Powers of 18.

Original entry on oeis.org

1, 18, 324, 5832, 104976, 1889568, 34012224, 612220032, 11019960576, 198359290368, 3570467226624, 64268410079232, 1156831381426176, 20822964865671168, 374813367582081024, 6746640616477458432, 121439531096594251776, 2185911559738696531968, 39346408075296537575424, 708235345355337676357632, 12748236216396078174437376
Offset: 0

Views

Author

Keywords

Comments

Same as Pisot sequences E(1, 18), L(1, 18), P(1, 18), T(1, 18). Essentially same as Pisot sequences E(18, 324), L(18, 324), P(18, 324), T(18, 324). See A008776 for definitions of Pisot sequences.
The compositions of n in which each natural number is colored by one of p different colors are called p-colored compositions of n. For n>=1, a(n) equals the number of 18-colored compositions of n such that no adjacent parts have the same color. - Milan Janjic, Nov 17 2011

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

Formula

G.f.: 1/(1-18x), e.g.f.: exp(18x).
a(n) = 18^n; a(n) = 18*a(n-1) with a(0)=1. - Vincenzo Librandi, Nov 21 2010

Extensions

More terms from James Sellers, Sep 19 2000