login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A266750
G.f.: 1/((1-t^10)*(1-t)*(1-t^3)*(1-t^5)*(1-t^7)*(1-t^9)*(1-t^11)*(1-t^13)*(1-t^15)*(1-t^17)*(1-t^19)).
0
1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 11, 13, 16, 20, 24, 30, 36, 43, 52, 62, 75, 88, 104, 122, 143, 168, 195, 227, 263, 304, 352, 404, 463, 531, 606, 692, 787, 894, 1013, 1147, 1297, 1461, 1645, 1849, 2075, 2327, 2603, 2908, 3246, 3617, 4027, 4475, 4968, 5508, 6101, 6751, 7458, 8233, 9078, 9999, 11005, 12096, 13283, 14575, 15976, 17498, 19145
OFFSET
0,4
MATHEMATICA
CoefficientList[Series[1/((1-t^10)Times@@(1-t^Range[1, 19, 2])), {t, 0, 80}], t] (* Harvey P. Dale, Mar 31 2019 *)
CROSSREFS
Sequence in context: A316080 A130082 A241377 * A143065 A192660 A173692
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 10 2016
STATUS
approved