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 A198080 #33 Sep 08 2022 08:45:59 %S A198080 0,4,116,3144,84904,2292428,61895580,1671180688,45121878608, %T A198080 1218290722452,32893849506244,888133936668632,23979616290053112, %U A198080 647449639831434076,17481140275448720108,471990787437115442976,12743751260802116960416,344081284041657157931300 %N A198080 a(n) = (3^(3*n + 3)- 26*n - 27)/169. %C A198080 Second differences are four times the entries of A009971. - _R. J. Mathar_, Oct 25 2011 %H A198080 Vincenzo Librandi, <a href="/A198080/b198080.txt">Table of n, a(n) for n = 0..700</a> %H A198080 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (29,-55,27). %F A198080 a(n) = (3^(3*n + 3) - 26*n - 27)/169. %F A198080 G.f.: -4*x / ( (27*x-1)*(x-1)^2 ). - _R. J. Mathar_, Oct 25 2011 %e A198080 a(1) = (3^(3 + 3) - 26 - 27)/169 = 676/169 = 4. %p A198080 for n from 0 to 30 do:x:=(3^(3*n+3) - 26*n - 27)/169 : printf(`%d, `, x):od: %t A198080 LinearRecurrence[{29,-55,27},{0,4,116},50] (* _Vincenzo Librandi_, Nov 25 2011 *) %o A198080 (Magma) I:=[0, 4, 116]; [n le 3 select I[n] else 29*Self(n-1)-55*Self(n-2)+27*Self(n-3): n in [1..20]]; // _Vincenzo Librandi_, Nov 25 2011 %o A198080 (PARI) a(n)=(3^(3*n+3)-26*n-27)/169 \\ _Charles R Greathouse IV_, Jul 06 2017 %K A198080 nonn,easy %O A198080 0,2 %A A198080 _Michel Lagneau_, Oct 24 2011