login
A099913
Related to the Herschel graph.
1
1, 3, 25, 243, 2425, 24243, 242425, 2424243, 24242425, 242424243, 2424242425, 24242424243, 242424242425, 2424242424243, 24242424242425, 242424242424243, 2424242424242425, 24242424242424243, 242424242424242425, 2424242424242424243, 24242424242424242425, 242424242424242424243
OFFSET
0,2
COMMENTS
Binomial transform is A099912.
LINKS
FORMULA
G.f.: (1-7*x-6*x^2)/((1-x^2)*(1-10*x)).
a(n) = 10*a(n-1) + a(n-2) - 10*a(n-3).
a(n) = (-1)^n/11 + 8*10^n/33 + 2/3.
E.g.f.: exp(-x) * (8*exp(11*x) + 22*exp(2*x) + 3)/33. - Amiram Eldar, Jan 11 2026
MATHEMATICA
LinearRecurrence[{10, 1, -10}, {1, 3, 25}, 20] (* Amiram Eldar, Jan 11 2026 *)
CROSSREFS
Cf. A099912.
Sequence in context: A346539 A350224 A171640 * A245925 A260209 A086655
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 30 2004
STATUS
approved