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 A167575 #5 Jun 16 2016 23:24:34 %S A167575 1473,8169,26529,66345,140865,266793,464289,756969,1171905,1739625, %T A167575 2494113,3472809,4716609,6269865,8180385,10499433,13281729,16585449, %U A167575 20472225,25007145,30258753,36299049,43203489,51050985,59923905 %N A167575 The fifth row of the ED3 array A167572. %H A167575 G. C. Greubel, <a href="/A167575/b167575.txt">Table of n, a(n) for n = 1..1000</a> %H A167575 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1). %F A167575 a(n) = 144*n^4 + 192*n^3 + 1080*n^2 - 48*n + 105. %F A167575 G.f.: (105*z^4 + 660*z^3 + 414*z^2 + 804*z + 1473)/(1-z)^5. %F A167575 a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). - _G. C. Greubel_, Jun 16 2016 %t A167575 LinearRecurrence[{5, -10, 10, -5, 1}, {1473, 8169, 26529, 66345, 140865}, 100] (* _G. C. Greubel_, Jun 16 2016 *) %Y A167575 Equals the fifth row of the ED3 array A167572. %K A167575 easy,nonn %O A167575 1,1 %A A167575 _Johannes W. Meijer_, Nov 10 2009