Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113112
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113112 Triangle T, read by rows, equal to the matrix 4-th power of triangle A113106, which satisfies the recurrence: A113106(n,k) = [A113106^5](n-1,k-1) + [A113106^5](n-1,k). +0
4
1, 4, 1, 56, 24, 1, 2704, 1576, 124, 1, 481376, 346624, 39376, 624, 1, 337587520, 284081376, 41686624, 979376, 3124, 1, 978162377600, 927672109184, 165184873376, 5122890624, 24434376, 15624, 1, 12088945462984960 (list; table; graph; listen)
OFFSET

0,2

EXAMPLE

Triangle begins:

1;

4,1;

56,24,1;

2704,1576,124,1;

481376,346624,39376,624,1;

337587520,284081376,41686624,979376,3124,1;

978162377600,927672109184,165184873376,5122890624,24434376,15624,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^5)[r-1, c-1])+(M^5)[r-1, c]))); return((M^4)[n+1, k+1])}

CROSSREFS

Cf. A113106, A113108, A113110.

Sequence in context: A092667 A060627 A113101 this_sequence A069740 A114917 A100864

Adjacent sequences: A113109 A113110 A113111 this_sequence A113113 A113114 A113115

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research