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 A026382 #9 Feb 22 2014 14:42:22 %S A026382 1,6,17,45,75,144,202,330,425,630,771,1071,1267,1680,1940,2484,2817, %T A026382 3510,3925,4785,5291,6336,6942,8190,8905,10374,11207,12915,13875, %U A026382 15840,16936,19176,20417,22950,24345,27189,28747,31920 %N A026382 a(n) = T(n,n-3), where T is the array in A026374. %H A026382 Reinhard Zumkeller, <a href="/A026382/b026382.txt">Table of n, a(n) for n = 3..1000</a> %F A026382 G.f.: z^3*(1+5z+8z^2+13z^3)/[(1-z)^4*(1+z)^3]. - _Emeric Deutsch_, Jan 25 2004 %o A026382 (Haskell) %o A026382 a026382 = flip a026374 3 -- _Reinhard Zumkeller_, Feb 22 2014 %Y A026382 Cf. A026374. %K A026382 nonn %O A026382 3,2 %A A026382 _Clark Kimberling_