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!)
A089102 Sign twisted convoluted convolved Fibonacci numbers H_j^(6). 0
0, 1, 5, 16, 54, 154, 425, 1098, 2743, 6570, 15345, 34839, 77489, 168882, 362054, 764097, 1591252, 3272640, 6657037, 13403600, 26740202, 52892435, 103808566, 202263470, 391464293, 752923563, 1439745067, 2738144031, 5181039986 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: (z/6)[1/(1-z-z^2)^6+1/(1-z^2-z^4)^3-1/(1-z^3-z^6)^2-1/(1-z^6-z^12)].
MAPLE
with(numtheory): f := z->-1/(1-z-z^2): m := proc(r, j) d := divisors(r): W := (1/r)*z*sum(mobius(d[i])*f(z^d[i])^(r/d[i]), i=1..nops(d)): Wser := simplify(series(W, z=0, 80)): coeff(Wser, z^j) end: seq(m(6, j), j=1..39);
MATHEMATICA
terms = 29; r = 6; f[z_] := -1/(1 - z - z^2);
W = (z/r)*Sum[MoebiusMu[d]*f[z^d]^(r/d), {d, Divisors[r]}]+O[z]^(terms+1);
CoefficientList[W, z] // Rest (* Jean-François Alcover, Dec 09 2017, after Maple *)
CROSSREFS
Sequence in context: A173871 A108300 A041469 * A098912 A299685 A363449
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 05 2003
EXTENSIONS
Edited by Emeric Deutsch, Mar 06 2004
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 1 01:13 EDT 2024. Contains 372143 sequences. (Running on oeis4.)