The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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
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
Sequence in context: A052201 A320460 A178704 * A056337 A053406 A225265
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 01 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 15:36 EDT 2024. Contains 373099 sequences. (Running on oeis4.)