login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134053 Column 0 of matrix 8-th power of triangle A134049; a(n) = [A134049^8](n,0) = A134049(n+3,3)/8^n. 5
1, 8, 136, 6232, 854848, 373259224, 540477342400, 2672052251004112, 46088422295844824512, 2819594595499446574537112, 619804662273405542773923781504, 494669890490702036481614523776214128 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

Triangle T=A134049 has the following properties:

(1) [T^(2^m)](n,k) = T(n+m,k+m)/(2^m)^(n-k) for m>=0; and

(2) [T^( 1/2^(n-1) )](n,k) = (2^k)^(n-k) for n>=k>=0.

PROG

(PARI) {a(n)=local(M=Mat(1), L, R); for(i=1, n+3, L=sum(j=1, #M, -(M^0-M)^j/j); M=sum(j=0, #L, (L/2^(#L-1))^j/j!); R=matrix(#M+1, #M+1, r, c, if(r>=c, if(r<=#M, M[r, c], 2^((c-1)*(#M+1-c))))); M=R^(2^(#R-2)) ); M[n+4, 4]/8^n}

CROSSREFS

Cf. A134049; columns: A134050, A134051, A134052; A134054 (row sums).

Sequence in context: A036915 A049211 A024283 * A136472 A145404 A101388

Adjacent sequences:  A134050 A134051 A134052 * A134054 A134055 A134056

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 04 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:49 EST 2012. Contains 206058 sequences.