A341209 a(n) = (n^3 + 6*n^2 + 17*n + 6)/6.
1, 5, 12, 23, 39, 61, 90, 127, 173, 229, 296, 375, 467, 573, 694, 831, 985, 1157, 1348, 1559, 1791, 2045, 2322, 2623, 2949, 3301, 3680, 4087, 4523, 4989, 5486, 6015, 6577, 7173, 7804, 8471, 9175, 9917, 10698, 11519, 12381, 13285, 14232, 15223, 16259, 17341, 18470, 19647
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
Programs
-
PARI
a(n) = (n^3 + 6*n^2 + 17*n + 6)/6;
Formula
a(n) = (n^3 + 6*n^2 + 17*n + 6)/6.
a(n) = A004006(n+2) - 2, n > 0.
Comments