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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143961 Binomial transform of A010054. 0
1, 2, 3, 5, 9, 16, 28, 50, 93, 178, 342, 650, 1223, 2302, 4383, 8480, 16609, 32658, 63973, 124375, 240181, 462597, 893388, 1737375, 3407429, 6729596, 13336532, 26415118, 52129356, 102359648, 200067986, 389989828, 760206585, 1485887074 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

N. J. A. Sloane, Transforms

FORMULA

a(n) = Sum_{k=0..n} C(n,k)*A010054(k).

EXAMPLE

a(4) = [1,4,6,4,1]*[1,1,0,1,0] = 1+4+4 = 9.

MAPLE

a := proc(n) local k, i, s; k:=0; i:=0; s:=0; while k<=n do s:= s+binomial(n, k); i:=i+1; k:=k+i; od; s; end: seq (a(n), n=0..40);

CROSSREFS

Cf. A007318, A010054.

Sequence in context: A088352 A002572 A114834 * A128023 A056303 A000048

Adjacent sequences:  A143958 A143959 A143960 * A143962 A143963 A143964

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 05 2008

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 14:07 EST 2012. Contains 205930 sequences.