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 A383637 #26 May 04 2025 13:59:02 %S A383637 1,3,22,90,511,2373,12412,60420,307021,1520343,7646002,38097150, %T A383637 190884331,953225913,4769716792,23837822280,119221396441,596010127083, %U A383637 2980341200782,14900834307810,74506786627351,372526087871853,1862653975153972,9313199268385740,46566208164081061 %N A383637 Expansion of 1/((1-x) * (1+3*x) * (1-5*x)). %H A383637 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,13,-15). %F A383637 a(n) = Sum_{k=0..floor(n/2)} 16^k * binomial(n+2,2*k+2). %F A383637 a(n) = (5^(n+2) + (-3)^(n+2) - 2)/32 = (A120612(n+2) - 1)/16. %F A383637 a(n) = 3*a(n-1) + 13*a(n-2) - 15*a(n-3). %F A383637 a(n) = Sum_{k=0..n} 4^k * (-3)^(n-k) * binomial(n+2,k+2) * Stirling2(k+2,2). %F A383637 a(n) = Sum_{k=0..n} (-4)^k * 5^(n-k) * binomial(n+2,k+2) * Stirling2(k+2,2). %o A383637 (PARI) a(n) = (5^(n+2)+(-3)^(n+2)-2)/32; %Y A383637 Cf. A079773, A120612. %K A383637 nonn,easy %O A383637 0,2 %A A383637 _Seiichi Manyama_, May 03 2025