cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A288256 Number of decagons that can be formed with perimeter n.

Original entry on oeis.org

1, 1, 2, 3, 5, 7, 11, 15, 21, 29, 40, 53, 71, 93, 121, 157, 200, 255, 321, 404, 500, 623, 762, 939, 1137, 1388, 1664, 2015, 2396, 2877, 3398, 4050, 4748, 5623, 6553, 7711, 8936, 10454, 12051, 14024, 16088, 18626, 21275, 24516, 27882, 31991, 36244, 41411, 46746
Offset: 10

Views

Author

Seiichi Manyama, Jun 07 2017

Keywords

Comments

Number of (a1, a2, ... , a10) where 1 <= a1 <= ... <= a10 and a1 + a2 + ... + a9 > a10.

Crossrefs

Number of k-gons that can be formed with perimeter n: A005044 (k=3), A062890 (k=4), A069906 (k=5), A069907 (k=6), A288253 (k=7), A288254 (k=8), A288255 (k=9), this sequence (k=10).

Formula

G.f.: x^10/((1-x)*(1-x^2)* ... *(1-x^10)) - x^18/(1-x) * 1/((1-x^2)*(1-x^4)* ... *(1-x^18)).
a(2*n+18) = A026816(2*n+18) - A288344(n), a(2*n+19) = A026816(2*n+19) - A288344(n) for n >= 0.