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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100206 Row sums of Clark's triangle A046902. 2
0, 7, 20, 46, 98, 202, 410, 826, 1658, 3322, 6650, 13306, 26618, 53242, 106490, 212986, 425978, 851962, 1703930, 3407866, 6815738, 13631482, 27262970, 54525946, 109051898, 218103802, 436207610, 872415226, 1744830458, 3489660922 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Eric Weisstein's World of Mathematics, ClarksTriangle

FORMULA

a(0)=0; for n>0, a(n) = 13*2^(n-1) - 6. - Max Alekseyev (maxale(AT)gmail.com), May 12 2005

EXAMPLE

a(0)=0

a(1)=6+1

a(2)=12+7+1

a(3)=18+19+8+1

a(4)=24+37+27+9+1

PROG

(PARI) {a(n) = if(n, 13*2^(n-1)-6, 0)} (Alekseyev)

CROSSREFS

Sequence in context: A175428 A011934 A159222 * A007044 A047862 A048755

Adjacent sequences:  A100203 A100204 A100205 * A100207 A100208 A100209

KEYWORD

nonn

AUTHOR

Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Dec 28 2004

EXTENSIONS

More terms from Max Alekseyev (maxale(AT)gmail.com), May 12 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 17 08:44 EST 2012. Contains 205998 sequences.