Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117401
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117401 Triangle, read by rows, defined by: T(n,k) = 2^((n-k)*k) for n>=k>=0. +0
12
1, 1, 1, 1, 2, 1, 1, 4, 4, 1, 1, 8, 16, 8, 1, 1, 16, 64, 64, 16, 1, 1, 32, 256, 512, 256, 32, 1, 1, 64, 1024, 4096, 4096, 1024, 64, 1, 1, 128, 4096, 32768, 65536, 32768, 4096, 128, 1, 1, 256, 16384, 262144, 1048576, 1048576, 262144, 16384, 256, 1, 1, 512, 65536 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Matrix power T^m satisfies: [T^m](n,k) = [T^m](n-k,0)*T(n,k) for all m and so the triangle has an invariant character.

REFERENCES

Paul Barry, On Integer-Sequence-Based Constructions of Generalized Pascal Triangles, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.4.

FORMULA

G.f.: A(x,y) = Sum_{n>=0} x^n/(1-2^n*x*y). G.f. satisfies: A(x,y) = 1/(1-x*y) + x*A(x,2*y).

Equals ConvOffsStoT transform of the 2^n series: (1, 2, 4, 8,...); e.g., ConvOffs transform of (1, 2, 4, 8) = (1, 8, 16, 8, 1). - Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 21 2008

EXAMPLE

A(x,y) = 1/(1-xy) + x/(1-2xy) + x^2/(1-4xy) + x^3/(1-8xy) + ...

Triangle begins:

1;

1,1;

1,2,1;

1,4,4,1;

1,8,16,8,1;

1,16,64,64,16,1;

1,32,256,512,256,32,1;

1,64,1024,4096,4096,1024,64,1;

1,128,4096,32768,65536,32768,4096,128,1;

1,256,16384,262144,1048576,1048576,262144,16384,256,1; ...

PROGRAM

(PARI) T(n, k)=if(n<k|k<0, 0, 2^((n-k)*k))

CROSSREFS

Cf. A117402 (row sums), A117403 (antidiagonal sums), A002416 (central terms).

Sequence in context: A154867 A064298 A099594 this_sequence A144324 A034372 A155971

Adjacent sequences: A117398 A117399 A117400 this_sequence A117402 A117403 A117404

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 12 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 December 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research