[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 A319399 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A319399 Number of partitions of n into exactly six positive Fibonacci numbers.
(history; published version)
#6 by Alois P. Heinz at Mon Oct 05 11:09:51 EDT 2020
STATUS

editing

approved

#5 by Alois P. Heinz at Mon Oct 05 11:09:49 EDT 2020
KEYWORD

nonn,look

STATUS

approved

editing

#4 by Alois P. Heinz at Tue Sep 18 16:23:30 EDT 2018
STATUS

editing

approved

#3 by Alois P. Heinz at Tue Sep 18 16:23:27 EDT 2018
LINKS

Alois P. Heinz, <a href="/A319399/b319399.txt">Table of n, a(n) for n = 0..17711</a>

#2 by Alois P. Heinz at Tue Sep 18 16:22:22 EDT 2018
NAME

allocated for Alois P. Heinz

Number of partitions of n into exactly six positive Fibonacci numbers.

DATA

0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 4, 4, 6, 6, 8, 8, 9, 9, 12, 10, 12, 12, 14, 13, 15, 13, 16, 15, 16, 15, 19, 16, 18, 18, 20, 18, 20, 17, 20, 17, 19, 19, 21, 21, 20, 20, 24, 21, 23, 21, 23, 22, 22, 23, 24, 23, 23, 20, 22, 21, 20, 21, 24, 22, 22, 23, 25, 25, 27, 23

OFFSET

0,9

FORMULA

a(n) = [x^n y^6] 1/Product_{j>=2} (1-y*x^A000045(j)).

MAPLE

h:= proc(n) option remember; `if`(n<1, 0, `if`((t->

issqr(t+4) or issqr(t-4))(5*n^2), n, h(n-1)))

end:

b:= proc(n, i, t) option remember; `if`(n=0, 1, `if`(i<1 or

t<1, 0, b(n, h(i-1), t)+b(n-i, h(min(n-i, i)), t-1)))

end:

a:= n-> (k-> b(n, h(n), k)-b(n, h(n), k-1))(6):

seq(a(n), n=0..120);

CROSSREFS

Column k=6 of A319394.

Cf. A000045.

KEYWORD

allocated

nonn

AUTHOR

Alois P. Heinz, Sep 18 2018

STATUS

approved

editing

#1 by Alois P. Heinz at Tue Sep 18 15:23:31 EDT 2018
NAME

allocated for Alois P. Heinz

KEYWORD

allocated

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 21:20 EDT 2024. Contains 375548 sequences. (Running on oeis4.)