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!)
A219070 a(n) = (46*n^5 + 30*n^4 + 15*n^3 - n) / 30. 2
0, 3, 69, 467, 1858, 5479, 13327, 28343, 54596, 97467, 163833, 262251, 403142, 598975, 864451, 1216687, 1675400, 2263091, 3005229, 3930435, 5070666, 6461399, 8141815, 10154983, 12548044, 15372395, 18683873, 22542939, 27014862, 32169903, 38083499, 44836447 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n > 0: row sums of the triangle A219069.
LINKS
FORMULA
a(n) = A000584(n) + A000290(n)*A000330(n) + A000538(n).
MATHEMATICA
Table[(46n^5 + 30n^4 + 15n^3 - n)/30, {n, 0, 39}] (* Alonso del Arte, Nov 12 2012 *)
PROG
(Haskell)
a219070 n = n * (n * (n * (n * (46 * n + 30) + 15)) - 1) `div` 30 -- Reinhard Zumkeller
(Maxima) A219070(n):=(46*n^5 + 30*n^4 + 15*n^3-n)/30$
makelist(A219070(n), n, 0, 30); /* Martin Ettl, Nov 12 2012 */
CROSSREFS
Sequence in context: A241222 A166835 A166806 * A086223 A089455 A012201
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Nov 11 2012
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)