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.
%I A213494 #11 Jun 20 2022 20:30:33 %S A213494 0,0,0,0,0,0,1,4,8,17,25,40,57,81,105,141,177,225,274,337,401,482,562, %T A213494 661,762,882,1002,1146,1290,1458,1627,1822,2018,2243,2467,2722,2979, %U A213494 3267,3555,3879,4203,4563,4924,5323,5723,6164,6604,7087,7572 %N A213494 a(n) = A213493(n)/12. %H A213494 <a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,0,0,-2,0,0,1,1,-1). %F A213494 a(n) = a(n-1)+a(n-2)-2*a(n-5)+a(n-8)+a(n-9)-a(n-10). %F A213494 G.f.: (x^6 + 3*x^7 + 3*x^8 + 5*x^9)/(1 - x - x^2 + 2*x^5 - x^8 - x^9 + x^10). %t A213494 LinearRecurrence[{1,1,0,0,-2,0,0,1,1,-1},{0,0,0,0,0,0,1,4,8,17},60] (* _Harvey P. Dale_, Jul 03 2021 *) %Y A213494 Cf. A213493. %K A213494 nonn,easy %O A213494 0,8 %A A213494 _Clark Kimberling_, Jun 13 2012