|
Search: id:A122996
|
|
|
| A122996 |
|
Expansion of (1+6*x)/(1-x-49*x^2). |
|
+0 3
|
|
| 1, 7, 56, 399, 3143, 22694, 176701, 1288707, 9947056, 73093699, 560499443, 4142090694, 31606563401, 234569007407, 1783290614056, 13277171976999, 100658412065743, 751239838938694, 5683502030160101, 42494254138156107
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
The sequence is also 7^n times the sum of the top row elements of the n-th power of
the 2-by-2 matrix (0,1;1,1/7).
|
|
FORMULA
|
a(n)=a(n-1)+49*a(n-2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Mar 26 2009]
|
|
MATHEMATICA
|
M := {{0, 1}, {1, 1/7}}; v[1] = {1, 1}; v[n_] := v[n] = M.v[n - 1]; a = Table[v[n][[1]]*7^(n - 1), {n, 1, 30}]
|
|
CROSSREFS
|
Sequence in context: A082140 A054614 A104896 this_sequence A092315 A092318 A057090
Adjacent sequences: A122993 A122994 A122995 this_sequence A122997 A122998 A122999
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 22 2006
|
|
EXTENSIONS
|
Edited by the Associate Editors of the OEIS, Sep 09 2009
|
|
|
Search completed in 0.002 seconds
|