Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121394
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121394 Column 3 of triangle A121391, where column k of T=A121391 equals column k of T^(k+1) shift down 1 row. +0
4
1, 1, 4, 22, 146, 1131, 10120, 104015, 1220957, 16253289, 243450538, 4070466861, 75393600728, 1536160429870, 34213493149270, 828220957918213, 21680478452572459, 610911511290740374, 18453811792850260925 (list; graph; listen)
OFFSET

0,3

COMMENT

Also equal to column 3 (shifted 1 place) of the matrix 4th power of triangle A121391.

PROGRAM

(PARI) {a(n)=local(A=Mat(1), B); for(m=1, n+4, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(A^j)[i-1, j]); )); A=B); return(A[n+4, 4])}

CROSSREFS

Cf. A121391 (triangle), A121392 (column 1), A121393 (column 2).

Sequence in context: A134988 A081002 A057834 this_sequence A005039 A112898 A111529

Adjacent sequences: A121391 A121392 A121393 this_sequence A121395 A121396 A121397

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 27 2006

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 September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research