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!)
A249994 Expansion of 1/((1-2*x)*(1+3*x)*(1-4*x)). 3
1, 3, 19, 63, 307, 1095, 4843, 18111, 76483, 294327, 1213147, 4747119, 19308979, 76282599, 308006731, 1223430687, 4919576995, 19600876311, 78636062395, 313847102415, 1257480899731, 5023648225863, 20113423216939, 80397210315903, 321758305696387, 1286524863041655 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-2*x)*(1+3*x)*(1-4*x)).
a(n) = (5*2^(2*n+3) - 7*2^(n+1) + (-1)^n*3^(n+2))/35. - Colin Barker, Dec 29 2014
a(n) = 3*a(n-1) + 10*a(n-2) - 24*a(n-3). - Colin Barker, Dec 29 2014
E.g.f.: (1/35)*(9*exp(-3*x) - 14*exp(2*x) + 40*exp(4*x)). - G. C. Greubel, Oct 10 2022
MATHEMATICA
LinearRecurrence[{3, 10, -24}, {1, 3, 19}, 41] (* G. C. Greubel, Oct 10 2022 *)
PROG
(PARI) Vec(1/((2*x-1)*(3*x+1)*(4*x-1)) + O(x^100)) \\ Colin Barker, Dec 29 2014
(Magma) [(5*2^(2*n+3) -7*2^(n+1) +(-1)^n*3^(n+2))/35: n in [0..40]]; // G. C. Greubel, Oct 10 2022
(SageMath) [(5*2^(2*n+3) -7*2^(n+1) +(-1)^n*3^(n+2))/35 for n in range(41)] # G. C. Greubel, Oct 10 2022
CROSSREFS
Cf. A016269 for the expansion of 1/((1-2*x)*(1-3*x)*(1-4*x)).
Sequence in context: A041015 A185448 A114250 * A339401 A316601 A341263
KEYWORD
nonn,easy
AUTHOR
Alex Ratushnyak, Dec 28 2014
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 May 13 02:15 EDT 2024. Contains 372497 sequences. (Running on oeis4.)