|
Search: id:A090991
|
|
|
| A090991 |
|
Number of meaningful differential operations of the n-th order on the space R^6. |
|
+0 4
|
|
| 6, 10, 16, 26, 42, 68, 110, 178, 288, 466, 754, 1220, 1974, 3194, 5168, 8362, 13530
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
B. Malesevic: Some combinatorial aspects of differential operation composition on the space R^n, Univ. Beograd, Publ. Elektrotehn. Fak., Ser. Mat. 9 (1998), 29-33.
|
|
LINKS
|
Tanya Khovanova, Recursive Sequences
B. Malesevic, Some combinatorial aspects of differential operation composition on the space R^n
|
|
FORMULA
|
a(k+4)=3*a(k+2)-a(k), a(k)=2*Fib(k+3)
|
|
MAPLE
|
NUM := proc(k :: integer) local i, j, n, Fun, Identity, v, A; n := 6; # <- DIMENSION Fun := (i, j)->piecewise(((j=i+1) or (i+j=n+1)), 1, 0); Identity := (i, j)->piecewise(i=j, 1, 0); v := matrix(1, n, 1); A := piecewise(k>1, (matrix(n, n, Fun))^(k-1), k=1, matrix(n, n, Identity)); return(evalm(v&*A&*transpose(v))[1, 1]); end:
|
|
CROSSREFS
|
Cf. A055389, A068922, A078642, A090989-A090995.
Essentially the same as A006355.
Adjacent sequences: A090988 A090989 A090990 this_sequence A090992 A090993 A090994
Sequence in context: A114975 A079329 A020741 this_sequence A019533 A053301 A049302
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Branko Malesevic (malesevic(AT)kiklop.etf.bg.ac.yu), Feb 29 2004
|
|
|
Search completed in 0.002 seconds
|