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.

A099167 G.f.: (1+x^2)/((1-3x)(1-x-x^2)).

This page as a plain text file.
%I A099167 #10 Mar 10 2023 10:49:34
%S A099167 1,4,15,49,154,473,1437,4340,13067,39277,117954,354061,1062505,
%T A099167 3188036,9564951,28696217,86090858,258276145,774834213,2324511988,
%U A099167 6973551091,20920677749,62762072850,188286282629,564858951569,1694577022468
%N A099167 G.f.: (1+x^2)/((1-3x)(1-x-x^2)).
%C A099167 A Lucas convolution.
%H A099167 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (4,-2,-3).
%F A099167 a(n)=4a(n-1)-2a(n-2)-3a(n-3); a(n)=2*3^n-Fib(n+2); a(n)=sum{k=0..n, (L(k)-0^k)3^(n-k)}.
%F A099167 a(n) = A094688(n-1)+A094688(n+1). - _R. J. Mathar_, Sep 27 2014
%t A099167 CoefficientList[Series[(1+x^2)/((1-3x)(1-x-x^2)),{x,0,40}],x] (* or *) LinearRecurrence[ {4,-2,-3},{1,4,15},40] (* _Harvey P. Dale_, Mar 10 2023 *)
%Y A099167 Cf. A000032, A000045.
%K A099167 easy,nonn
%O A099167 0,2
%A A099167 _Paul Barry_, Oct 01 2004