A085474 C(2*n+4,4)-C(2*n,4).
1, 15, 69, 195, 425, 791, 1325, 2059, 3025, 4255, 5781, 7635, 9849, 12455, 15485, 18971, 22945, 27439, 32485, 38115, 44361, 51255, 58829, 67115, 76145, 85951, 96565, 108019, 120345, 133575, 147741, 162875, 179009, 196175, 214405, 233731
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1)
Programs
-
Magma
[(16*n^3+12*n^2+14*n+3)/3: n in [0..50]]; // Vincenzo Librandi, Sep 22 2011
-
Maple
A085474:=n->(16*n^3+12*n^2+14*n+3)/3; seq(A085474(n), n=0..100); # Wesley Ivan Hurt, Nov 12 2013
-
Mathematica
Table[(16n^3+12n^2+14n+3)/3, {n,0,50}] (* Wesley Ivan Hurt, Nov 12 2013 *) LinearRecurrence[{4,-6,4,-1},{1,15,69,195},40] (* Harvey P. Dale, Nov 10 2017 *)
Formula
G.f.: (1 + 11*x + 15*x^2 + 5*x^3)/(1-x)^4.
a(n) = (16*n^3 + 12*n^2 + 14*n + 3)/3.
Comments