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!)
A147604 Expansion of g.f.: (1 + x^2 - x^3)/(1 - x - x^2 + x^3 - x^5). 1
1, 1, 3, 2, 4, 4, 7, 10, 15, 22, 31, 45, 64, 93, 134, 194, 280, 404, 583, 841, 1214, 1752, 2529, 3650, 5268, 7603, 10973, 15837, 22857, 32989, 47612, 68717, 99177, 143139, 206588, 298162, 430328, 621079, 896384, 1293723, 1867190, 2694857, 3889403 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1 + x^2 - x^3)/(1 - x - x^2 + x^3 - x^5). - Colin Barker, Nov 02 2012
MATHEMATICA
LinearRecurrence[{1, 1, -1, 0, 1}, {1, 1, 3, 2, 4}, 51] (* G. C. Greubel, Oct 25 2022 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Integers(), 50); Coefficients(R!( (1+x^2-x^3)/(1-x-x^2+x^3-x^5) )); // G. C. Greubel, Oct 25 2022
(SageMath)
def A147604_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1+x^2-x^3)/(1-x-x^2+x^3-x^5) ).list()
A147604_list(50) # G. C. Greubel, Oct 25 2022
CROSSREFS
Sequence in context: A241412 A241445 A371180 * A095401 A309511 A195472
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Nov 08 2008
EXTENSIONS
Edited by G. C. Greubel, Oct 25 2022
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)