login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089110 Sign twisted convoluted convolved Fibonacci numbers H_5^(r). 0
5, 11, 17, 25, 38, 54, 70, 89, 115, 145, 175, 209, 252, 300, 348, 401, 465, 535, 605, 681, 770, 866, 962, 1065, 1183, 1309, 1435, 1569, 1720, 1880, 2040, 2209, 2397, 2595, 2793, 3001, 3230, 3470, 3710, 3961, 4235, 4521, 4807, 5105, 5428, 5764, 6100, 6449 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

P. Moree, Convoluted convolved Fibonacci numbers

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((-1)^r*m(r, 5), r=1..60);

CROSSREFS

Sequence in context: A147305 A049755 A096449 * A023489 A108294 A046869

Adjacent sequences:  A089107 A089108 A089109 * A089111 A089112 A089113

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 05 2003

EXTENSIONS

Edited by Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 06 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 18 00:14 EST 2012. Contains 206085 sequences.