Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121419
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121419 Column 2 of triangle A121416. +0
5
1, 2, 11, 101, 1305, 21745, 443329, 10679494, 296547736, 9319259500, 326788327650, 12643827604842, 534889691765631, 24555735428777265, 1215611513578215355, 64542477563559758310, 3658333757447085090365 (list; graph; listen)
OFFSET

0,2

COMMENT

A121416 is the matrix square of triangle A121412; row n of triangle T=A121412 equals row (n-1) of T^(n+1) with an appended '1'.

PROGRAM

(PARI) {a(n)=local(A=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]=(A^i)[i-1, j]); )); A=B); return((A^2)[n+3, 3])}

CROSSREFS

Cf. A121416 (triangle); other columns: A121417, A121418.

Sequence in context: A114018 A089770 A069663 this_sequence A099701 A089393 A069664

Adjacent sequences: A121416 A121417 A121418 this_sequence A121420 A121421 A121422

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 22 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 November 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research