Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113082
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113082 Main diagonal of square table A113081; also, a(n) equals the n-th term in column 0 of the matrix n-th power of triangle A113084. +0
1
1, 1, 10, 331, 33476, 10204145, 9378590446, 26026690264407, 218132378185337416, 5518274388618175447069, 421034872020570533423509010, 96809747319527667989371938562883 (list; graph; listen)
OFFSET

0,3

PROGRAM

(PARI) {a(n, q=3)=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. A113081, A113084.

Sequence in context: A164055 A064343 A127823 this_sequence A046747 A006426 A029698

Adjacent sequences: A113079 A113080 A113081 this_sequence A113083 A113084 A113085

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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research