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 A163834 #9 Jun 14 2023 18:28:57 %S A163834 2,3,7,23,87,343,1367,5463,21847,87383,349527,1398103,5592407, %T A163834 22369623,89478487,357913943,1431655767,5726623063,22906492247, %U A163834 91625968983,366503875927,1466015503703,5864062014807,23456248059223,93824992236887,375299968947543 %N A163834 a(n) = (4^n + 5)/3. %H A163834 G. C. Greubel, <a href="/A163834/b163834.txt">Table of n, a(n) for n = 0..1000</a> %H A163834 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (5,-4). %F A163834 a(n) = (4^n + 5)/3 = A135351(2*n+1) = A140966(2*n) = A153643(2*n). %F A163834 a(n) = 5*a(n-1) - 4*a(n-2). %F A163834 G.f.: (2-7*x)/((4*x-1)*(x-1)). %F A163834 a(n+1) - a(n) = A000302(n). %F A163834 E.g.f.: (1/3)*(5*exp(x) + exp(4*x)). - _G. C. Greubel_, Aug 05 2017 %t A163834 Table[(4^n + 5)/3, {n, 0, 50}] (* _G. C. Greubel_, Aug 05 2017 *) %t A163834 LinearRecurrence[{5,-4},{2,3},30] (* _Harvey P. Dale_, Jun 14 2023 *) %o A163834 (PARI) x='x+O('x^50); concat([0], Vec((2-7*x)/((4*x-1)*(x-1)))) \\ _G. C. Greubel_, Aug 05 2017 %Y A163834 Cf. A000027, A135351, A140966, A153643. %K A163834 nonn,easy %O A163834 0,1 %A A163834 _Juri-Stepan Gerasimov_, Aug 05 2009 %E A163834 Offset set to 0 by _R. J. Mathar_, Aug 06 2009