The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023551 Self-convolution of natural numbers >= 3. 2
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
PROG
(PARI) a(n) = n*(n^2+15*n+38)/6 \\ Charles R Greathouse IV, Oct 21 2011
(Magma) [n*(n^2+15*n+38)/6: n in [1..50]]; // Vincenzo Librandi, Oct 22 2011
CROSSREFS
Sequence in context: A213903 A351043 A001106 * A022787 A365190 A079770
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 09:39 EDT 2024. Contains 372532 sequences. (Running on oeis4.)