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.

A009985 Powers of 41.

Original entry on oeis.org

1, 41, 1681, 68921, 2825761, 115856201, 4750104241, 194754273881, 7984925229121, 327381934393961, 13422659310152401, 550329031716248441, 22563490300366186081, 925103102315013629321, 37929227194915558802161
Offset: 0

Views

Author

Keywords

Comments

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

Programs

Formula

G.f.: 1/(1-41*x). - Philippe Deléham, Nov 24 2008
a(n) = 41^n; a(n) = 41*a(n-1), a(0)=1. - Vincenzo Librandi, Nov 21 2010