Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090995
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090995 Number of meaningful differential operations of the n-th order on the space R^10. +0
11
10, 18, 32, 58, 104, 188, 338, 610, 1098, 1980, 3566, 6428, 11580, 20870, 37602, 67762, 122096 (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

B. Malesevic, Some combinatorial aspects of differential operation composition on the space R^n

FORMULA

a(k+6)=5*a(k+4)-6*a(k+2)+a(k)

MAPLE

NUM := proc(k :: integer) local i, j, n, Fun, Identity, v, A; n := 10; # <- 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. A090989-A090994.

Equals 2 * A090990.

Sequence in context: A125689 A100992 A014006 this_sequence A064485 A007938 A007937

Adjacent sequences: A090992 A090993 A090994 this_sequence A090996 A090997 A090998

KEYWORD

nonn

AUTHOR

Branko Malesevic (malesevic(AT)kiklop.etf.bg.ac.yu), Feb 29 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 3 16:57 EST 2008. Contains 151279 sequences.


AT&T Labs Research