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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089111 Convoluted convolved Fibonacci numbers G_6^(r). 0
8, 19, 37, 64, 102, 154, 222, 309, 418, 552, 715, 910, 1141, 1412, 1727, 2091, 2508, 2983, 3521, 4127, 4807, 5566, 6410, 7345, 8377, 9513, 10759, 12122, 13609, 15227, 16984, 18887, 20944, 23163, 25552, 28120, 30875, 33826, 36982, 40352, 43946 (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(m(r, 6), r=1..65);

CROSSREFS

Sequence in context: A135027 A158916 A045557 * A127873 A192975 A156198

Adjacent sequences:  A089108 A089109 A089110 * A089112 A089113 A089114

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 17 09:41 EST 2012. Contains 206009 sequences.