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!)
A091004 Expansion of x*(1-x)/((1-2*x)*(1+3*x)). 6
0, 1, -2, 8, -20, 68, -188, 596, -1724, 5300, -15644, 47444, -141308, 425972, -1273820, 3829652, -11472572, 34450484, -103285916, 309988820, -929704316, 2789637236, -8367863132, 25105686548, -75312865340, 225946984628, -677824176668, 2033506084436 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Inverse binomial transform of A091001.
LINKS
FORMULA
G.f.: x*(1-x)/((1-2*x)*(1+3*x)).
a(n) = (3*2^n - 8*(-3)^n + 5*0^n)/30.
2^n = A091003(n) + 3*a(n) + 6*A091005(n).
a(n+1) = Sum_{k=0..n} A112555(n,k)*(-3)^k. - Philippe Deléham, Sep 11 2009
E.g.f.: (3*exp(2*x) - 8*exp(-3*x) + 5)/30. - G. C. Greubel, Feb 01 2019
MATHEMATICA
CoefficientList[Series[x(1-x)/((1-2x)(1+3x)), {x, 0, 30}], x] (* Wesley Ivan Hurt, Jan 17 2017 *)
Join[{0}, LinearRecurrence[{-1, 6}, {1, -2}, 30]] (* G. C. Greubel, Feb 01 2019 *)
PROG
(PARI) vector(30, n, n--; (3*2^n - 8*(-3)^n + 5*0^n)/30) \\ G. C. Greubel, Feb 01 2019
(Magma) [0] cat [(3*2^n - 8*(-3)^n)/30: n in [1..30]]; // G. C. Greubel, Feb 01 2019
(Sage) [0] + [(3*2^n - 8*(-3)^n)/30 for n in (1..30)] # G. C. Greubel, Feb 01 2019
(GAP) Concatenation([0], List([1..30], n -> (3*2^n - 8*(-3)^n)/30)) # G. C. Greubel, Feb 01 2019
CROSSREFS
Sequence in context: A099177 A100097 A133467 * A005559 A001471 A162585
KEYWORD
easy,sign
AUTHOR
Paul Barry, Dec 13 2003
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 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)