login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121429 Main diagonal of rectangular table A121428. 2
1, 2, 18, 250, 4520, 99351, 2556806, 75190410, 2483617140, 90955908010, 3655774038653, 159938142409890, 7564604603286913, 384576889110665055, 20912407157570989950, 1211142337261176799610, 74427504634177621877538 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [A121412^(n+1)](n+2,2) for n>=0; i.e., the (n+1)-th term of column 2 in matrix power A121412^(n+1).
PROG
(PARI) {a(n)=local(H=Mat(1), B); for(m=1, n+3, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(H^i)[i-1, j]); )); H=B); return((H^(n+1))[n+3, 3])}
CROSSREFS
Sequence in context: A117514 A138437 A265452 * A368466 A337775 A276364
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 26 2006
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 April 24 17:10 EDT 2024. Contains 371962 sequences. (Running on oeis4.)