Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113108
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113108 Triangle T, read by rows, equal to the matrix square of triangle A113106, which satisfies the recurrence: A113106(n,k) = [A113106^5](n-1,k-1) + [A113106^5](n-1,k). +0
5
1, 2, 1, 16, 12, 1, 440, 416, 62, 1, 43600, 48320, 10016, 312, 1, 16698560, 20765520, 5394320, 246016, 1562, 1, 26098464448, 35382716032, 10854556720, 646408320, 6116016, 7812, 1, 172513149018752, 250136469031744, 87213434633152 (list; table; graph; listen)
OFFSET

0,2

EXAMPLE

Triangle begins:

1;

2,1;

16,12,1;

440,416,62,1;

43600,48320,10016,312,1;

16698560,20765520,5394320,246016,1562,1;

26098464448,35382716032,10854556720,646408320,6116016,7812,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^2)[n+1, k+1])}

CROSSREFS

Cf. A113106.

Adjacent sequences: A113105 A113106 A113107 this_sequence A113109 A113110 A113111

Sequence in context: A078074 A016447 A095850 this_sequence A013125 A012967 A013121

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 October 9 14:06 EDT 2008. Contains 144831 sequences.


AT&T Labs Research