[go: up one dir, main page]

login
Revision History for A035647 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of partitions of n into parts 6k+2 and 6k+4 with at least one part of each type.
(history; published version)
#16 by Alois P. Heinz at Sun Aug 16 20:12:48 EDT 2020
STATUS

editing

approved

#15 by Alois P. Heinz at Sun Aug 16 20:12:35 EDT 2020
CROSSREFS

Bisections give A035620 (even part), A000004 (odd part).

STATUS

approved

editing

#14 by OEIS Server at Sun Aug 16 20:11:01 EDT 2020
LINKS

Robert Price, <a href="/A035647/b035647_1.txt">Table of n, a(n) for n = 1..1000</a>

#13 by Alois P. Heinz at Sun Aug 16 20:11:01 EDT 2020
STATUS

proposed

approved

Discussion
Sun Aug 16
20:11
OEIS Server: Installed new b-file as b035647.txt.  Old b-file is now b035647_1.txt.
#12 by Robert Price at Sun Aug 16 19:25:02 EDT 2020
STATUS

editing

proposed

#11 by Robert Price at Sun Aug 16 19:24:54 EDT 2020
LINKS

Robert Price, <a href="/A035647/b035647_1.txt">Table of n, a(n) for n = 1..1001000</a>

FORMULA

G.f.: (-1 + 1/Product_{k>=0} (1 - x^(6 k + 2)))*(-1 + 1/Product_{k>=0} (1 - x^(6 k + 4))). - Robert Price, Aug 16 2020

MATHEMATICA

nmax = 74; l = Rest@CoefficientList[Series[(-1 + 1/Product[(1 - x^(6 k + 2)), {k, 0, nmax}])*(-1 + 1/Product[(1 - x^(6 k + 4)), {k, 0, nmax}]), {x, 0, nmax}], x] (* Robert Price, Aug 16 2020 *)

STATUS

approved

editing

#10 by N. J. A. Sloane at Thu Aug 13 22:12:46 EDT 2020
STATUS

proposed

approved

#9 by Robert Price at Thu Aug 13 13:54:19 EDT 2020
STATUS

editing

proposed

#8 by Robert Price at Thu Aug 13 13:54:13 EDT 2020
LINKS

Robert Price, <a href="/A035647/b035647.txt">Table of n, a(n) for n = 1..100</a>

MATHEMATICA

nmax = 74; s1 = Range[0, nmax/6]*6 + 2; s2 = Range[0, nmax/6]*6 + 4;

Table[Count[IntegerPartitions[n, All, s1~Join~s2],

x_ /; ContainsAny[x, s1 ] && ContainsAny[x, s2 ]], {n, 1, nmax}] (* Robert Price, Aug 13 2020 *)

STATUS

approved

editing

#7 by Russ Cox at Fri Mar 30 17:20:48 EDT 2012
AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

Olivier GĂ©rard

Discussion
Fri Mar 30
17:20
OEIS Server: https://oeis.org/edit/global/117