login
A009978
Powers of 34.
4
1, 34, 1156, 39304, 1336336, 45435424, 1544804416, 52523350144, 1785793904896, 60716992766464, 2064377754059776, 70188843638032384, 2386420683693101056, 81138303245565435904, 2758702310349224820736, 93795878551873643905024, 3189059870763703892770816
OFFSET
0,2
COMMENTS
Same as Pisot sequences E(1, 34), L(1, 34), P(1, 34), T(1, 34). Essentially same as Pisot sequences E(34, 1156), L(34, 1156), P(34, 1156), T(34, 1156). 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 34-colored compositions of n such that no adjacent parts have the same color. - Milan Janjic, Nov 17 2011
FORMULA
G.f.: 1/(1-34*x). - Philippe Deléham, Nov 24 2008
a(n) = 34^n; a(n) = 34*a(n-1), n > 0; a(0)=1. - Vincenzo Librandi, Nov 21 2010
From Elmo R. Oliveira, Jul 10 2025: (Start)
E.g.f.: exp(34*x).
a(n) = A000079(n)*A001026(n). (End)
MATHEMATICA
34^Range[0, 20] (* or *) NestList[34#&, 1, 20] (* Harvey P. Dale, May 03 2025 *)
PROG
(Magma) [34^n: n in [0..100]]; // Vincenzo Librandi, Nov 21 2010
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved