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!)
A034379 Expansion of 1/(1-x)^2/(1-x^2)/(1-x^3)/(1-x^5)/(1-x^8). 0
1, 2, 4, 7, 11, 17, 25, 35, 49, 66, 88, 115, 148, 188, 236, 293, 361, 440, 533, 640, 764, 906, 1068, 1252, 1461, 1696, 1961, 2257, 2588, 2956, 3365, 3817, 4317, 4867, 5472, 6135, 6861, 7653, 8517, 9456, 10477 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2, 0, -1, -1, 1, 0, -1, 2, -1, 0, -1, 2, -1, 0, 1, -1, -1, 0, 2, -1).
MATHEMATICA
CoefficientList[ Series[ 1/Product[1 - x^Fibonacci[i], {i, 1, 6}], {x, 0, 45}], x] (* Robert G. Wilson v, Oct 15 2016 *)
PROG
(PARI) a(n)=round((3*n^5+150*n^4+2740*n^3+22200*n^2+(76320-675*(n%2))*n+76450)/ 86400) \\ Tani Akinari, Jun 06 2014
(PARI) Vec(1/(1-x)^2/(1-x^2)/(1-x^3)/(1-x^5)/(1-x^8) + O(x^80)) \\ Michel Marcus, Oct 15 2016
CROSSREFS
Sequence in context: A028291 A067997 A175491 * A007000 A073472 A096914
KEYWORD
nonn,easy
AUTHOR
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)