login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
Hints
(Greetings from
The On-Line Encyclopedia of Integer Sequences
!)
A113083
Diagonal of square table
A113081
; also, a(n) equals the n-th term in column 0 of the matrix (n+1)-th power of triangle
A113084
.
0
1, 2, 21, 724, 75695, 23694838, 22239639177, 62747494950248, 532868670719193651, 13624738004791751175370, 1048678107774203901392276461, 242892250870416811233766661498812
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
LINKS
Table of n, a(n) for n=1..12.
PROG
(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(if(n<1, 0, (M^n)[n, 1]))}
CROSSREFS
Cf.
A113081
,
A113084
.
Sequence in context:
A024233
A015209
A342267
*
A174964
A210830
A139164
Adjacent sequences:
A113080
A113081
A113082
*
A113084
A113085
A113086
KEYWORD
nonn
AUTHOR
Paul D. Hanna
, Oct 14 2005
STATUS
approved
Lookup
|
Welcome
|
Wiki
|
Register
|
Music
|
Plot 2
|
Demos
|
Index
|
Browse
|
More
|
WebCam
Contribute new seq. or comment
|
Format
|
Style Sheet
|
Transforms
|
Superseeker
|
Recents
The OEIS Community
| Maintained by
The OEIS Foundation Inc.
License Agreements, Terms of Use, Privacy Policy.
.
Last modified September 14 10:34 EDT 2024. Contains 375921 sequences. (Running on oeis4.)