VOOZH
about
URL: https://oeis.org/A099167
⇱ A099167 - OEIS
login
A099167
G.f.: (1+x^2)/((1-3x)(1-x-x^2)).
1
1, 4, 15, 49, 154, 473, 1437, 4340, 13067, 39277, 117954, 354061, 1062505, 3188036, 9564951, 28696217, 86090858, 258276145, 774834213, 2324511988, 6973551091, 20920677749, 62762072850, 188286282629, 564858951569, 1694577022468
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,2
COMMENTS
A Lucas convolution.
LINKS
Table of n, a(n) for n=0..25.
Index entries for linear recurrences with constant coefficients
, signature (4,-2,-3).
FORMULA
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)}.
a(n) =
A094688
(n-1)+
A094688
(n+1). -
R. J. Mathar
, Sep 27 2014
MATHEMATICA
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 *)
CROSSREFS
Cf.
A000032
,
A000045
.
Sequence in context:
A052201
A320460
A178704
*
A056337
A053406
A225265
Adjacent sequences:
A099164
A099165
A099166
*
A099168
A099169
A099170
KEYWORD
easy
,
nonn
AUTHOR
Paul Barry
, Oct 01 2004
STATUS
approved