Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134054
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134054 Row sums of triangle A134049. +0
6
1, 2, 8, 80, 2225, 184700, 48156025, 41008196507, 117576923431865, 1162187460377703220, 40342092016795699709297, 4989979910857539524339725455, 2225169577804416081963640015838617 (list; graph; listen)
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.

PROGRAM

(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)) ); sum(k=0, n, M[n+1, k+1])}

CROSSREFS

Cf. A134049; columns: A134050, A134051, A134052, A134053.

Sequence in context: A073561 A130530 A134529 this_sequence A134086 A013175 A120820

Adjacent sequences: A134051 A134052 A134053 this_sequence A134055 A134056 A134057

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 04 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 December 4 21:35 EST 2008. Contains 151309 sequences.


AT&T Labs Research