Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113104
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113104 Main diagonal of square table A113103; also, a(n) equals the n-th term in column 0 of the matrix n-th power of triangle A113106. +0
1
1, 1, 16, 1251, 481376, 930005021, 9082872004032, 448356882751890343, 111655372144044770735104, 140027604270897805074354921849, 883117855371077265832943940474315776 (list; graph; listen)
OFFSET

0,3

PROGRAM

(PARI) {a(n, q=5)=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^q)[r-1, c-1])+(M^q)[r-1, c]))); return((M^n)[n+1, 1])}

CROSSREFS

Cf. A113103, A113106.

Sequence in context: A102807 A160131 A064346 this_sequence A000490 A027648 A016828

Adjacent sequences: A113101 A113102 A113103 this_sequence A113105 A113106 A113107

KEYWORD

nonn

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research