Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109154
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109154 Column 1 of triangle A109152. +0
6
1, 2, 4, 14, 56, 262, 1348, 7574, 45616, 292442, 1978788, 14060654, 104403304, 807162070, 6476169012, 53781863598, 461194543136, 4075567775538, 37048022605956, 345883045698222, 3311798037556952, 32480125869403430 (list; graph; listen)
OFFSET

0,2

COMMENT

Triangular matrix T=A109152 satisfies: T(n,k) = [T^2](n-1,k) for n>k+1>=1, with T(n,n) = 1 and T(n+1,n) = n+1 for n>=0.

PROGRAM

(PARI) {a(n)=local(M=matrix(n+2, n+2)); M=M^0; for(i=1, n, M=matrix(n+2, n+2, r, c, if(r>=c, if(r==c, 1, if(r==c+1, c, (M^2)[r-1, c]))))); return(M[n+2, 2])}

CROSSREFS

Cf. A109152 (triangle), A109153 (column 0), A109155 (column 2), A109156 (row sums).

Adjacent sequences: A109151 A109152 A109153 this_sequence A109155 A109156 A109157

Sequence in context: A131180 A047990 A000939 this_sequence A030853 A030962 A030830

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 20 2005

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research