Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A200864 Expansion of 1/((1+x)*(1-3*x)*(1-5*x)). 2
1, 7, 42, 230, 1211, 6237, 31732, 160300, 806421, 4046867, 20278622, 101525970, 508028431, 2541337897, 12710276712, 63562145240, 317843011241, 1589311911327, 7946850122002, 39735122306110, 198678226618851, 993398978359157, 4967018427590492, 24835162745336580 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1+x)*(1-3*x)*(1-5*x)).
a(n) = (50*5^n-27*3^n+(-1)^n)/24.
a(n) = 2*a(n-1)+3*a(n-2)+5^n for n>1, a(0)=1, a(1)=7.
a(n) = 7*a(n-1)-7*a(n-2)-15*a(n-3) for n>2, a(0)=1, a(1)=7, a(2)=42.
a(n+1)+a(n) = A005059(n+2).
a(n+2)-a(n) = A081625(n+2).
MATHEMATICA
CoefficientList[Series[1/((1+x)(1-3x)(1-5x)), {x, 0, 24}], x]
LinearRecurrence[{7, -7, -15}, {1, 7, 42}, 30] (* Harvey P. Dale, May 26 2015 *)
PROG
(PARI) Vec(1/((1+x)*(1-3*x)*(1-5*x))+O(x^24))
(Magma) m:=24; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1+x)*(1-3*x)*(1-5*x))));
(Maxima) makelist(coeff(taylor(1/((1+x)*(1-3*x)*(1-5*x)), x, 0, n), x, n), n, 0, 23);
CROSSREFS
Sequence in context: A261482 A215226 A349427 * A279613 A162744 A324945
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Nov 23 2011
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 August 17 21:11 EDT 2024. Contains 375227 sequences. (Running on oeis4.)