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 A130104 #19 Dec 07 2016 03:22:05 %S A130104 0,1,2,6,17,43,100,220,467,969,1982,4018,8101,16279,32648,65400, %T A130104 130919,261973,524098,1048366,2096921,4194051,8388332,16776916, %U A130104 33554107,67108513,134217350,268435050,536870477,1073741359 %N A130104 Expansion of x(1-3x+5x^2-2x^3)/((1-x)^3*(1-2x)). %C A130104 a(n+1)=A014833(n+2). %C A130104 Partial sums of A130103. %H A130104 Seiichi Manyama, <a href="/A130104/b130104.txt">Table of n, a(n) for n = 0..3320</a> %H A130104 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (5,-9,7,-2). %F A130104 a(n)=2^(n+1)-C(n+2,2)-0^n. %t A130104 Accumulate[Join[{0,1},LinearRecurrence[{4,-5,2},{1,4,11},40]]] (* _Harvey P. Dale_, May 16 2014 *) %t A130104 Join[{0},LinearRecurrence[{5, -9, 7, -2},{1, 2, 6, 17},29]] (* _Ray Chandler_, Aug 03 2015 *) %Y A130104 Cf. A014833, A130103. %K A130104 easy,nonn %O A130104 0,3 %A A130104 _Paul Barry_, May 07 2007