Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113105
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113105 Diagonal of square table A113103; also, a(n) equals the n-th term in column 0 of the matrix (n+1)-th power of triangle A113106. +0
1
1, 2, 33, 2704, 1082905, 2156566656, 21543117605345, 1081795451307347456, 273019500242348456497329, 346065491936438505902218920448, 2201645604139293737199292995777020545 (list; graph; listen)
OFFSET

0,2

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(if(n<1, 0, (M^n)[n, 1]))}

CROSSREFS

Cf. A113103, A113106.

Adjacent sequences: A113102 A113103 A113104 this_sequence A113106 A113107 A113108

Sequence in context: A045984 A077657 A090335 this_sequence A132567 A083459 A034173

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research