cp's OEIS Frontend

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.

A144843 a(n) = (6^n - 2^n)^2 / 16.

This page as a plain text file.
%I A144843 #26 Oct 04 2024 20:51:38
%S A144843 1,64,2704,102400,3748096,135675904,4893282304,176265625600,
%T A144843 6346852335616,228502162898944,8226263614357504,296147719133593600,
%U A144843 10661344637077159936,383808727914259677184,13817118056668205154304,497416296261117961830400,17906987220053014721069056
%N A144843 a(n) = (6^n - 2^n)^2 / 16.
%H A144843 G. C. Greubel, <a href="/A144843/b144843.txt">Table of n, a(n) for n = 1..630</a>
%H A144843 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (52,-624,1728).
%F A144843 From _R. J. Mathar_, Sep 24 2008: (Start)
%F A144843 a(n) = 81*36^(n-2) + 4^(n-2) - 18*12^(n-2).
%F A144843 G.f.: x*(1+12*x)/((1-4*x)*(1-12*x)*(1-36*x)). (End)
%F A144843 a(n) = A016129(n-1)^2. - _Philippe Deléham_, Nov 26 2008
%F A144843 a(n) = 4^(n-2) * (3^n - 1)^2. - _Harvey P. Dale_, Apr 15 2020
%F A144843 E.g.f.: (1/16)*exp(4*x)*(1 - 2*exp(8*x) + exp(32*x)). - _G. C. Greubel_, Oct 03 2024
%t A144843 Table[(6^n-2^n)^2/16, {n,20}] (* _Harvey P. Dale_, Apr 15 2020 *)
%o A144843 (Magma) [4^(n-2)*(3^n-1)^2: n in [1..30]]; // _G. C. Greubel_, Oct 03 2024
%o A144843 (SageMath) [4^(n-2)*(3^n-1)^2 for n in range(1,31)] # _G. C. Greubel_, Oct 03 2024
%Y A144843 Cf. A016129.
%K A144843 nonn,easy
%O A144843 1,2
%A A144843 Al Hakanson (hawkuu(AT)gmail.com), Sep 22 2008
%E A144843 More terms from _R. J. Mathar_, Sep 24 2008