|
| |
|
|
A074582
|
|
a(n)=S(3n), where S(n) is the generalized tribonacci sequence A001644.
|
|
0
|
|
|
|
3, 7, 39, 241, 1499, 9327, 58035, 361109, 2246915, 13980895, 86992799, 541292033, 3368061131, 20956960551, 130399710235, 811381230021, 5048627019523, 31413882696791, 195465425009943, 1216237188605169, 7567747077883259
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,1
|
|
|
LINKS
|
Table of n, a(n) for n=0..20.
|
|
|
FORMULA
|
a(n)=7a(n-1)-5a(n-2)+a(n-3), a(0)=3, a(1)=7, a(2)=39. G.f.: (3-14x+5x^2)/(1-7x+5x^2-x^3).
|
|
|
MATHEMATICA
|
CoefficientList[Series[(3-14*x+5*x^2)/(1-7*x+5*x^2-x^3), {x, 0, 40}], x]
|
|
|
CROSSREFS
|
Cf. A001644, A074581.
Sequence in context: A056250 A113870 A209326 * A105621 A181081 A166895
Adjacent sequences: A074579 A074580 A074581 * A074583 A074584 A074585
|
|
|
KEYWORD
|
easy,nonn
|
|
|
AUTHOR
|
Mario Catalani (mario.catalani(AT)unito.it), Aug 24 2002
|
|
|
STATUS
|
approved
|
| |
|
|