A171115 Duplicate of A328552.
0, 0, 0, 378, 90027, 2931831
Offset: 1
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.
Table[3(n-1)(n-2)(3n^2-3n-11)/2,{n,40}] (* or *) LinearRecurrence[ {5,-10,10,-5,1},{0,0,21,225,882},40] (* Harvey P. Dale, Feb 01 2013 *)
concat([0,0], Vec(3*x^3*(7 + 40*x - 11*x^2) / (1 - x)^5 + O(x^40))) \\ Colin Barker, Nov 01 2019
concat([0, 0, 0], Vec(3*x^4*(222 + 10327*x + 42906*x^2 + 1626*x^3 - 17534*x^4 + 9879*x^5 - 2226*x^6 + 160*x^7) / (1 - x)^9 + O(x^30))) \\ Colin Barker, Oct 28 2019
{A328551(n, c=[222, 11881, 109530, 378831, 632340, 555660, 249480, 45360], p=3)=sum(k=1,min(#c,n-=3), c[k]*p*=(n-k+1)/k)} \\ M. F. Hasler, Oct 30 2019
LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,0,15,675,7915,41310,145383,404185,959115},30] (* Harvey P. Dale, Jun 15 2021 *)
[0, 0] + [(9*d**6 + 9*d**4 + 423*d**3 - 829*d)//2 - 27*d**5 - 229*d**2 + 525 for d in range(3, 30)] # Andrey Zabolotskiy, Jan 12 2021
Comments