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 A132402 #8 Mar 30 2022 18:19:08 %S A132402 1,3,7,15,32,70,156,348,768,1672,3600,7696,16384,34784,73664,155584, %T A132402 327680,688256,1442048,3014912,6291456,13106688,27261952,56622080, %U A132402 117440512,243271680,503320576,1040191488,2147483648 %N A132402 Binomial transform of A004524 starting at 1. %C A132402 Twisted numbers. b(n)=a(n)-2^n=0, 1, 3, 7, 16, 38, 92, 220, 512, 1160, 2576, twisted numbers. b(n+1)-2b(n)=1, 1, 1, 2, 6, 16, 36, 72, 136, 256. %H A132402 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (6,-14,16,-8). %F A132402 a(n+1)-2a(n) = 1, 1, 1, 2, 6, 16, 36, 72, 136, 256 = essentially A038503. %F A132402 O.g.f.: (1-x)^3/[(1-2x+2x^2)(-1+2x)^2]. a(n)=6*a(n-1)-14*a(n-2)+16*a(n-3)-8*a(n-4). - _R. J. Mathar_, Apr 02 2008 %F A132402 4*a(n) = (n+4)*2^n+2*A009545(n). - _R. J. Mathar_, Nov 01 2021 %t A132402 LinearRecurrence[{6,-14,16,-8},{1,3,7,15},30] (* _Harvey P. Dale_, Mar 30 2022 *) %K A132402 nonn,easy %O A132402 0,2 %A A132402 _Paul Curtz_, Nov 12 2007 %E A132402 More terms from _R. J. Mathar_, Apr 02 2008