A171114 Duplicate of A328551.
0, 0, 0, 666, 36975, 437517
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
{A328552(n,c=[9961, 305795, 2799396, 11895551, 28175817, 40446774, 36208620, 19852560, 6123600, 816480], p=9)=if(n<4,0,sum(k=1,min(#c,n-=4),c[k]*p*=(n-k+1)/k,378))} \\ M. F. Hasler, Oct 30 2019
concat([0, 0, 0], Vec(9*x^4*(42 + 9541*x + 218036*x^2 + 706592*x^3 + 34135*x^4 - 290191*x^5 + 181478*x^6 - 45302*x^7 + 677*x^8 + 1664*x^9 - 192*x^10) / (1 - x)^11 + O(x^40))) \\ Colin Barker, 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