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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118430 Number of binary sequences of length n containing exactly one subsequence 010. 4
0, 0, 0, 1, 4, 10, 22, 47, 98, 199, 396, 777, 1508, 2900, 5534, 10492, 19782, 37119, 69358, 129118, 239578, 443229, 817822, 1505389, 2764986, 5068435, 9273928, 16940488, 30897020, 56271128, 102347564, 185922589, 337353688, 611462514 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

With only two 0's at the beginning, the convolution of A005314 with itself. Column 1 of A118429.

FORMULA

G.f.=z^3/(1-2z+z^2-z^3)^2.

EXAMPLE

a(4)=4 because we have 0100,0101,0010 and 1010.

MAPLE

g:=z^3/(1-2*z+z^2-z^3)^2: gser:=series(g, z=0, 40): seq(coeff(gser, z, n), n=0..38);

CROSSREFS

Cf. A005314, A118429.

Sequence in context: A099018 A008267 A056112 * A178452 A137247 A155407

Adjacent sequences:  A118427 A118428 A118429 * A118431 A118432 A118433

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 27 2006

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 14 23:53 EST 2012. Contains 205689 sequences.