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.

A085280 Expansion of (1-4x+x^2)/((1-x)(1-3x)(1-4x)).

This page as a plain text file.
%I A085280 #14 Sep 08 2022 08:45:11
%S A085280 1,4,14,48,166,584,2094,7648,28406,107064,408574,1575248,6123846,
%T A085280 23963944,94261454,372262848,1474702486,5855763224,23293912734,
%U A085280 92788230448,369990660326,1476475856904,5895443074414,23550391238048
%N A085280 Expansion of (1-4x+x^2)/((1-x)(1-3x)(1-4x)).
%C A085280 Binomial transform of A085279.
%H A085280 Vincenzo Librandi, <a href="/A085280/b085280.txt">Table of n, a(n) for n = 0..300</a>
%H A085280 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (8,-19,12).
%F A085280 a(n) = 3^n+4^n/3-1/3.
%t A085280 Table[(3^n + 4^n/3 - 1/3), {n, 0, 30}] (* _Vincenzo Librandi_, May 26 2013 *)
%t A085280 CoefficientList[Series[(1-4x+x^2)/((1-x)(1-3x)(1-4x)),{x,0,30}],x] (* _Harvey P. Dale_, Jan 02 2021 *)
%o A085280 (Magma) [3^n+4^n/3-1/3: n in [0..30]]; // _Vincenzo Librandi_, May 26 2013
%K A085280 nonn,easy
%O A085280 0,2
%A A085280 _Paul Barry_, Jun 25 2003