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 A171373 #9 Jul 28 2015 16:40:37 %S A171373 1,6,16,36,76,152,292,552,1052,2052,4104,8344,17044,34664,69904, %T A171373 139808,278108,552268,1098148,2189908,4379816,8776356,17596496, %U A171373 35263836,70598516,141197032,282208592,563931612,1127077552,2253369432,4506738864,9015534644 %N A171373 Binomial transform of A171372. %C A171373 The recurrence shows that the sequence and its successive differences are identical to their fifth differences (see A135356). %H A171373 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5, -10, 10, -5, 2). %F A171373 a(n+1)-2*a(n) = 4*A105371(n-1) = 4*A138110(4,n). %F A171373 a(n) = 5*a(n-1)-10*a(n-2)+10*a(n-3)-5*a(n-4)+2*a(n-5). %F A171373 G.f.: (1+x-4*x^2+6*x^3+x^4)/((1-2*x)*(x^4-2*x^3+4*x^2-3*x+1)). %t A171373 LinearRecurrence[{5,-10,10,-5,2},{1,6,16,36,76},40] (* _Harvey P. Dale_, Dec 09 2013 *) %K A171373 nonn %O A171373 0,2 %A A171373 _Paul Curtz_, Dec 07 2009 %E A171373 Edited and extended by _R. J. Mathar_, Dec 15 2009, Mar 02 2010