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 A152055 #20 Dec 26 2023 13:08:19 %S A152055 1,8,67,584,5257,48488,455131,4324328,41426257,399036104,3857575987, %T A152055 37380013448,362768079961,3524108459048,34256882467147, %U A152055 333139503472424,3240562225062817,31527485889187208,306765478498163491 %N A152055 a(n) = ((8 + sqrt(3))^n + (8 - sqrt(3))^n)/2. %H A152055 Harvey P. Dale, <a href="/A152055/b152055.txt">Table of n, a(n) for n = 0..1000</a> %H A152055 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (16, -61). %F A152055 From _Philippe Deléham_, Nov 26 2008: (Start) %F A152055 a(n) = 16*a(n-1) - 61*a(n-2), n > 1; a(0)=1, a(1)=8. %F A152055 G.f.: (1-8*x)/(1-16x+61*x^2). %F A152055 a(n) = (Sum_{k=0..n} A098158(n,k)*8^(2*k)*3^(n-k))/8^n. (End) %t A152055 LinearRecurrence[{16,-61},{1,8},30] (* _Harvey P. Dale_, Sep 02 2018 *) %o A152055 (Magma) Z<x>:= PolynomialRing(Integers()); N<r3>:=NumberField(x^2-3); S:=[ ((8+r3)^n+(8-r3)^n)/2: n in [0..18] ]; [ Integers()!S[j]: j in [1..#S] ]; // _Klaus Brockhaus_, Nov 26 2008 %K A152055 nonn %O A152055 0,2 %A A152055 Al Hakanson (hawkuu(AT)gmail.com), Nov 22 2008 %E A152055 Extended beyond a(6) by _Klaus Brockhaus_ and _Philippe Deléham_, Nov 26 2008