login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009980 Powers of 36. 10
1, 36, 1296, 46656, 1679616, 60466176, 2176782336, 78364164096, 2821109907456, 101559956668416, 3656158440062976, 131621703842267136, 4738381338321616896, 170581728179578208256, 6140942214464815497216 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Same as Pisot sequences E(1, 36), L(1, 36), P(1, 36), T(1, 36). Essentially same as Pisot sequences E(36, 1296), L(36, 1296), P(36, 1296), T(36, 1296). 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 36-colored compositions of n such that no adjacent parts have the same color. - Milan Janjic, Nov 17 2011
See David Applegate's comment in A000244 from Feb 20 2017 for a proof of Janjic's assertion. - Alonso del Arte, Sep 03 2017
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
G.f.: 1/(1-36*x). - Philippe Deléham, Nov 24 2008
a(n) = 36^n; a(n) = 36 * a(n-1) for n > 0, a(0) = 1. - Vincenzo Librandi, Nov 21 2010
MATHEMATICA
36^Range[0, 20] (* Harvey P. Dale, Mar 04 2011 *)
PROG
(Magma)[36^n: n in [0..20]] // Vincenzo Librandi, Nov 21 2010
(PARI) a(n)=36^n \\ Charles R Greathouse IV, Nov 18 2011
CROSSREFS
Cf. A000400.
Sequence in context: A224194 A224011 A300357 * A041613 A255821 A209042
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)