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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108084 Triangle, read by rows, where T(0,0) = 1, T(n,k) = 2^n*T(n-1,k) + T(n-1,k-1). 2
1, 2, 1, 8, 6, 1, 64, 56, 14, 1, 1024, 960, 280, 30, 1, 32768, 31744, 9920, 1240, 62, 1, 2097152, 2064384, 666624, 89280, 5208, 126, 1, 268435456, 266338304, 87392256, 12094464, 755904, 21336, 254, 1, 68719476736, 68451041280, 22638755840 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

For n>0, n-th row sum = Product(2^i+1,i=1..n) (i.e. A028362(n+1)).

Triangle T(n,k), 0<=k<=n, read by rows given by [2, 2, 8, 12, 32, 56, 128, 240, 512, ...] DELTA [[1, 0, 2, 0, 4, 0, 8, 0, 16, 0, 32, 0, ...]= A014236(first zero omitted)DELTA A077957 where DELTA is the operator defined in A084938 . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Aug 23 2006

FORMULA

T(n,0)=2^(n*(n+1)/2)=A006125(n+1) . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 05 2006

EXAMPLE

Triangle begins:

1;

2, 1;

8, 6, 1;

64, 56, 14, 1;

1024, 960, 280, 30, 1;

32768, 31744, 9920, 1240, 62, 1;

CROSSREFS

Cf. A028362.

Sequence in context: A193735 A114193 A039683 * A108085 A195698 A193908

Adjacent sequences:  A108081 A108082 A108083 * A108085 A108086 A108087

KEYWORD

nonn

AUTHOR

Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Jun 05 2005

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 16 16:51 EST 2012. Contains 205938 sequences.