OFFSET
0,2
COMMENTS
With a different offset, number of n-permutations of 8 objects: r, s, t, u, v, z, x, y with repetition allowed, containing exactly eight, (8) u's.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (63,-1764,28812,-302526,2117682,-9882516,29647548,-51883209,40353607).
FORMULA
a(n) = C(n + 8, 8)*7^n.
From Amiram Eldar, Aug 29 2022: (Start)
Sum_{n>=0} 1/a(n) = 12082656/5 - 15676416*log(7/6).
Sum_{n>=0} (-1)^n/a(n) = 117440512*log(8/7) - 235229912/15. (End)
MATHEMATICA
Table[Binomial[n + 8, 8]*7^n, {n, 0, 20}]
PROG
(Magma) [Binomial(n + 8, 8)*7^n: n in [0..20]]; // Vincenzo Librandi, Oct 12 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Zerinvary Lajos, Feb 08 2010
STATUS
approved