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.

A104399 Sums of 9 distinct positive pentatope numbers (A000332).

Original entry on oeis.org

1287, 1507, 1672, 1792, 1793, 1876, 1932, 1958, 1967, 1987, 1997, 2001, 2078, 2157, 2162, 2178, 2218, 2253, 2273, 2283, 2287, 2298, 2322, 2382, 2438, 2442, 2463, 2473, 2493, 2503, 2507, 2526, 2542, 2547, 2582, 2603, 2612, 2617, 2637, 2638, 2647, 2651
Offset: 1

Views

Author

Jonathan Vos Post, Mar 05 2005

Keywords

Comments

Pentatope number Ptop(n) = binomial(n+3,4) = n*(n+1)*(n+2)*(n+3)/24. Hyun Kwang Kim asserts that every positive integer can be represented as the sum of no more than 8 pentatope numbers; but in this sequence we are only concerned with sums of nonzero distinct pentatope numbers.

References

  • Conway, J. H. and Guy, R. K. The Book of Numbers. New York: Springer-Verlag, pp. 55-57, 1996.

Crossrefs

Formula

a(n) = Ptop(c) + Ptop(d) + Ptop(e) + Ptop(f) + Ptop(g) + Ptop(h) + Ptop(i) + Ptop(j) + Ptop(k) for some positive c=/=d=/=e=/=f=/=g=/=h=/=i=/=j=/=k and Ptop(n) = binomial(n+3,4).

Extensions

Extended by Ray Chandler, Mar 05 2005