Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113088
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113088 Triangle T, read by rows, equal to the matrix square of triangle A113084, which satisfies the recurrence: A113084(n,k) = [A113084^3](n-1,k-1) + [A113084^3](n-1,k). +0
3
1, 2, 1, 10, 8, 1, 114, 118, 26, 1, 2970, 3668, 1108, 80, 1, 182402, 257122, 96416, 9964, 242, 1, 27392682, 42821472, 18871894, 2501468, 89182, 728, 1, 10390564242, 17650889358, 8826033518, 1412198686, 65914154, 799714, 2186, 1 (list; table; graph; listen)
OFFSET

0,2

EXAMPLE

Triangle begins:

1;

2,1;

10,8,1;

114,118,26,1;

2970,3668,1108,80,1;

182402,257122,96416,9964,242,1;

27392682,42821472,18871894,2501468,89182,728,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^2)[n+1, k+1])}

CROSSREFS

Cf. A113084, A113081.

Adjacent sequences: A113085 A113086 A113087 this_sequence A113089 A113090 A113091

Sequence in context: A081099 A122017 A136233 this_sequence A060694 A081098 A127259

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 15 09:18 EDT 2008. Contains 145015 sequences.


AT&T Labs Research