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!)
A091919 Expansion of 1/((1-2*x)*(1-x^2)^2). 2
1, 2, 6, 12, 27, 54, 112, 224, 453, 906, 1818, 3636, 7279, 14558, 29124, 58248, 116505, 233010, 466030, 932060, 1864131, 3728262, 7456536, 14913072, 29826157, 59652314, 119304642, 238609284, 477218583, 954437166, 1908874348, 3817748696 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2^(n+4)/9 + (3*n+8)*(-1)^n/36 - (n+4)/4.
a(n) = Sum_{k=0..floor(n/2)} A000975(n-2*k+1). - Paul Barry, Jan 18 2009
MATHEMATICA
CoefficientList[Series[1/((1 - 2*x)*(1 - x^2)^2), {x, 0, 50}], x] (* G. C. Greubel, Oct 11 2017 *)
LinearRecurrence[{2, 2, -4, -1, 2}, {1, 2, 6, 12, 27}, 40] (* Harvey P. Dale, Oct 23 2019 *)
PROG
(PARI) for(n=0, 50, print1(2^(n+4)/9 + (3*n+8)*(-1)^n/36 - (n+4)/4, ", ")) \\ G. C. Greubel, Oct 11 2017
(Magma) [2^(n+4)/9 + (3*n+8)*(-1)^n/36 - (n+4)/4: n in [0..30]]; // G. C. Greubel, Oct 11 2017
CROSSREFS
Sequence in context: A364423 A289443 A029863 * A059078 A335712 A356465
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 13 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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)