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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143962 Binomial transform of A066247. 0
0, 0, 0, 0, 1, 5, 16, 42, 99, 220, 476, 1023, 2201, 4732, 10102, 21284, 44103, 89845, 180354, 358226, 707561, 1396560, 2764906, 5501807, 11005363, 22101301, 44470622, 89475559, 179753753, 360325116, 720748862, 1439561539, 2873846383 (list; graph; refs; listen; history; internal format)
OFFSET

0,6

LINKS

N. J. A. Sloane, Transforms

FORMULA

a(n) = Sum_{k=4..n} C(n,k)*A066247(k).

EXAMPLE

a(7) = [35,21,7,1]*[1,0,1,0] = 35+7 = 42.

MAPLE

a:= proc(n) local k, s; s:=0; for k from 4 to n do if not isprime(k) then s:= s+ binomial(n, k) fi od; s; end: seq (a(n), n=0..40);

CROSSREFS

Cf. A007318, A066247.

Sequence in context: A187004 A055796 A002662 * A066634 A034358 A036888

Adjacent sequences:  A143959 A143960 A143961 * A143963 A143964 A143965

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 01:31 EST 2012. Contains 205860 sequences.