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.

A081678 a(n) = (4*6^n - 3*5^n - 3^n)/6.

This page as a plain text file.
%I A081678 #27 Sep 13 2024 08:13:30
%S A081678 0,1,10,77,538,3581,23170,147197,923338,5738621,35418130,217421117,
%T A081678 1329029338,8096512061,49190221090,298195475837,1804438818538,
%U A081678 10902948379901,65799224576050,396702889799357,2389754663090938,14386213437758141,86555704435827010,520526335200999677
%N A081678 a(n) = (4*6^n - 3*5^n - 3^n)/6.
%C A081678 Binomial transform of A081675.
%H A081678 Vincenzo Librandi, <a href="/A081678/b081678.txt">Table of n, a(n) for n = 0..500</a>
%H A081678 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (14,-63,90).
%F A081678 G.f.: x*(1-4*x)/((1-3*x)*(1-5*x)*(1-6*x)).
%F A081678 a(n) = 14*a(n-1) - 63*a(n-2) + 90*a(n-3); a(0)=0, a(1)=1, a(2)=10. - _Harvey P. Dale_, Jul 25 2011
%F A081678 E.g.f.: exp(3*x)*(4*exp(3*x) - 3*exp(2*x) - 1)/6. - _Elmo R. Oliveira_, Sep 12 2024
%t A081678 Table[(4*6^n-3*5^n-3^n)/6,{n,0,20}] (* or *) LinearRecurrence[ {14,-63,90},{0,1,10},20] (* _Harvey P. Dale_, Jul 25 2011 *)
%o A081678 (Magma) [(4*6^n-3*5^n-3^n)/6: n in [0..30]]; // _Vincenzo Librandi_, Jul 26 2011
%o A081678 (PARI) a(n)=(4*6^n-3*5^n-3^n)/6 \\ _Charles R Greathouse IV_, Jul 26 2011
%Y A081678 Cf. A081675.
%K A081678 easy,nonn
%O A081678 0,3
%A A081678 _Paul Barry_, Mar 28 2003