[go: up one dir, main page]

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!)
Revision History for A089106 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A089106 Sign twisted convoluted convolved Fibonacci numbers H_j^(10).
(history; published version)
#9 by Alois P. Heinz at Sat Dec 09 11:08:42 EST 2017
STATUS

reviewed

approved

#8 by Robert G. Wilson v at Sat Dec 09 09:20:58 EST 2017
STATUS

proposed

reviewed

#7 by Jean-François Alcover at Sat Dec 09 08:55:08 EST 2017
STATUS

editing

proposed

#6 by Jean-François Alcover at Sat Dec 09 08:55:04 EST 2017
MATHEMATICA

terms = 27; r = 10; 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, from Maple *)

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 17:35:54 EDT 2012
EXTENSIONS

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

Discussion
Fri Mar 30 17:35
OEIS Server: https://oeis.org/edit/global/173
#4 by Russ Cox at Fri Mar 30 16:49:50 EDT 2012
AUTHOR

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

Discussion
Fri Mar 30 16:49
OEIS Server: https://oeis.org/edit/global/110
#3 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
KEYWORD

nonn,new

nonn

AUTHOR

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

#2 by N. J. A. Sloane at Sat Jun 12 03:00:00 EDT 2004
NAME

ConvolutedSign twisted convoluted convolved Fibonacci numbers. H_j^(10).

DATA

0, 1, 7, 33, 145, 552, 1959, 6435, 20039, 59345, 168862, 463385, 1233082, 3191530, 8061718, 19919613, 48255611, 114812555, 268730241, 619603435, 1409012926, 3163562545, 7019590107, 15405769535, 33467218583, 72013318602, 153577843509

COMMENTS

See Moree paper for precise definition and recurrences.

FORMULA

G.f.: (z/10)[1/(1-z-z^2)^10+1/(1-z^2-z^4)^5-1/(1-z^5-z^10)^2-1/(1-z^10-z^20)].

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(10, j), j=1..35);

KEYWORD

nonn,new

nonn

EXTENSIONS

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

#1 by N. J. A. Sloane at Thu Feb 19 03:00:00 EST 2004
NAME

Convoluted convolved Fibonacci numbers.

DATA

0, 1, 7, 33, 145, 552, 1959, 6435, 20039, 59345, 168862

OFFSET

1,3

COMMENTS

See Moree paper for precise definition and recurrences.

LINKS

P. Moree, <a href="http://arXiv.org/abs/math.CO/0311205">Convoluted convolved Fibonacci numbers</a>

KEYWORD

nonn

AUTHOR

njas, Dec 05 2003

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 August 30 10:20 EDT 2024. Contains 375542 sequences. (Running on oeis4.)