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 A163476 #9 Sep 08 2022 08:45:46 %S A163476 3,33,369,4179,47787,550377,6372201,74057451,863045523,10077337713, %T A163476 117831338529,1379125012419,16152860411067,189282082016697, %U A163476 2218814180460441,26015921653589211,305093457567121443 %N A163476 a(n) = 20*a(n-1) - 97*a(n-2) for n > 1; a(0) = 3, a(1) = 33. %C A163476 Binomial transform of A163475. Tenth binomial transform of A056449. %H A163476 G. C. Greubel, <a href="/A163476/b163476.txt">Table of n, a(n) for n = 0..930</a> %H A163476 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (20,-97). %F A163476 a(n) = ((3+sqrt(3))*(10+sqrt(3))^n + (3-sqrt(3))*(10-sqrt(3))^n)/2. %F A163476 G.f.: (3-27*x)/(1-20*x+97*x^2). %F A163476 E.g.f.: exp(10*x)*( 3*cosh(sqrt(3)*x) + sqrt(3)*sinh(sqrt(3)*x) ). - _G. C. Greubel_, Jul 26 2017 %t A163476 LinearRecurrence[{20, -97}, {3, 33}, 50] (* _G. C. Greubel_, Jul 26 2017 *) %o A163476 (Magma) [ n le 2 select 30*n-27 else 20*Self(n-1)-97*Self(n-2): n in [1..17] ]; %o A163476 (PARI) x='x+O('x^50); Vec((3-27*x)/(1-20*x+97*x^2)) \\ _G. C. Greubel_, Jul 26 2017 %Y A163476 Cf. A163475, A056449. %K A163476 nonn,easy %O A163476 0,1 %A A163476 _Klaus Brockhaus_, Aug 11 2009