Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135889
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135889 Column 0 of triangle A135888, which equals the matrix cube of triangle A135880; also equals column 1 of triangle A135894. +0
4
1, 3, 12, 63, 421, 3472, 34380, 399463, 5344770, 81097517, 1377986373, 25947738574, 536726987593, 12104879913657, 295754724799758, 7784814503249896, 219682110287448760, 6617691928179590112 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {a(n)=local(P=Mat(1), R, PShR); if(n==0, 1, for(i=0, n, PShR=matrix(#P, #P, r, c, if(r>=c, if(r==c, 1, if(c==1, 0, P[r-1, c-1])))); R=P*PShR; R=matrix(#P+1, #P+1, r, c, if(r>=c, if(r<#P+1, R[r, c], if(c==1, (P^2)[ #P, 1], (P^(2*c-1))[r-c+1, 1])))); P=matrix(#R, #R, r, c, if(r>=c, if(r<#R, P[r, c], (R^c)[r-c+1, 1])))); (P^3)[n+1, 1])}

CROSSREFS

Cf. A135888, A135890; A135880, A135894.

Sequence in context: A020033 A121123 A020123 this_sequence A124562 A052757 A029851

Adjacent sequences: A135886 A135887 A135888 this_sequence A135890 A135891 A135892

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 15 2007

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research