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.

A023551 Self-convolution of natural numbers >= 3.

Original entry on oeis.org

9, 24, 46, 76, 115, 164, 224, 296, 381, 480, 594, 724, 871, 1036, 1220, 1424, 1649, 1896, 2166, 2460, 2779, 3124, 3496, 3896, 4325, 4784, 5274, 5796, 6351, 6940, 7564, 8224, 8921, 9656, 10430, 11244, 12099, 12996, 13936, 14920, 15949
Offset: 1

Views

Author

Keywords

Programs

Formula

a(n) = n*(n^2 + 15*n + 38)/6. - Robert Lester (RobertLester(AT)Earthlink.net), Jan 31 2005
G.f.: x*(3-2*x)^2/(1-x)^4. - Bruno Berselli, Oct 21 2011