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.

A001026 Powers of 17.

Original entry on oeis.org

1, 17, 289, 4913, 83521, 1419857, 24137569, 410338673, 6975757441, 118587876497, 2015993900449, 34271896307633, 582622237229761, 9904578032905937, 168377826559400929, 2862423051509815793, 48661191875666868481, 827240261886336764177, 14063084452067724991009, 239072435685151324847153, 4064231406647572522401601
Offset: 0

Views

Author

Keywords

Comments

Same as Pisot sequences E(1, 17), L(1, 17), P(1, 17), T(1, 17). Essentially same as Pisot sequences E(17, 289), L(17, 289), P(17, 289), T(17, 289). 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 17-colored compositions of n such that no adjacent parts have the same color. - Milan Janjic, Nov 17 2011
Numbers n such that sigma(17*n) = 17*n + sigma(n). - Jahangeer Kholdi, Nov 23 2013

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-17x), e.g.f.: exp(17x).
a(n)=17^n ; a(n)=17*a(n-1) n>0, a(0)=1. - Vincenzo Librandi, Nov 21 2010
G.f.: 1 + x*(G(0) - 1)/(x-1) where G(k) = 1 - (4(k+1)^2+1)/(1-x/(x - 1/G(k+1) )); (continued fraction). - Sergei N. Gladkovskii, Jan 15 2013

Extensions

More terms from James Sellers, Sep 19 2000