Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113090
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113090 Triangle T, read by rows, equal to the matrix cube of triangle A113084, which satisfies the recurrence: A113084(n,k) = [A113084^3](n-1,k-1) + [A113084^3](n-1,k). +0
3
1, 3, 1, 21, 12, 1, 331, 255, 39, 1, 11973, 11326, 2442, 120, 1, 1030091, 1136709, 310864, 22206, 363, 1, 218626341, 272246616, 89081163, 8266954, 199839, 1092, 1, 118038692523, 162043308555, 61099562421, 6923071251, 220482175, 1796349 (list; table; graph; listen)
OFFSET

0,2

EXAMPLE

Triangle begins:

1;

3,1;

21,12,1;

331,255,39,1;

11973,11326,2442,120,1;

1030091,1136709,310864,22206,363,1;

218626341,272246616,89081163,8266954,199839,1092,1; ...

PROGRAM

(PARI) {T(n, k)=local(M=matrix(n+1, n+1)); for(r=1, n+1, for(c=1, r, M[r, c]=if(r==c, 1, if(c>1, (M^3)[r-1, c-1])+(M^3)[r-1, c]))); return((M^3)[n+1, k+1])}

CROSSREFS

Cf. A113084, A113081, A113091 (column 1).

Sequence in context: A107717 A000369 A136236 this_sequence A138354 A010291 A027477

Adjacent sequences: A113087 A113088 A113089 this_sequence A113091 A113092 A113093

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 14 2005

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 September 6 09:40 EDT 2008. Contains 143480 sequences.


AT&T Labs Research