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 A084508 #22 May 21 2021 19:41:07 %S A084508 0,1,3,9,33,129,513,2049,8193,32769,131073,524289,2097153,8388609, %T A084508 33554433,134217729,536870913,2147483649,8589934593,34359738369, %U A084508 137438953473,549755813889,2199023255553,8796093022209,35184372088833 %N A084508 Partial sums of A084509. Positions of ones in the first differences of A084506. %H A084508 Guo-Niu Han, <a href="/A196265/a196265.pdf">Enumeration of Standard Puzzles</a>, 2011. [Cached copy] %H A084508 Guo-Niu Han, <a href="https://arxiv.org/abs/2006.14070">Enumeration of Standard Puzzles</a>, arXiv:2006.14070 [math.CO], 2020. %H A084508 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (5,-4). %F A084508 a(n) = n for n < 2, a(n) = 2^(2*n - 3) + 1 = A087289(n-2) for n >= 2. - _Antti Karttunen_, Oct 24 2012 [Corrected by _Petros Hadjicostas_, Aug 02 2020] %F A084508 From _Chai Wah Wu_, Jan 28 2021: (Start) %F A084508 a(n) = 5*a(n-1) - 4*a(n-2) for n > 3. %F A084508 G.f.: x*(-2*x^2 - 2*x + 1)/((x - 1)*(4*x - 1)). (End) %t A084508 LinearRecurrence[{5,-4},{0,1,3,9},30] (* _Harvey P. Dale_, May 21 2021 *) %Y A084508 Cf. A084506, A084509, A087289. %K A084508 nonn %O A084508 0,3 %A A084508 _Antti Karttunen_, Jun 02 2003