login

Revision History for A304620

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Expansion of (1/(1 - x)) * Sum_{k>=0} x^(2*k) / Product_{j=1..2*k} (1 - x^j).
(history; published version)
#27 by Susanna Cuyler at Sun Jun 27 07:52:15 EDT 2021
STATUS

proposed

approved

#26 by Gus Wiseman at Sat Jun 26 23:47:58 EDT 2021
STATUS

editing

proposed

#25 by Gus Wiseman at Sat Jun 26 06:11:46 EDT 2021
COMMENTS

Also odd-length partitions of 2n+1 with exactly one odd part.

MATHEMATICA

ats[y_]:=Sum[(-1)^(i-1)*y[[i]], {i, Length[y]}]; Table[Length[Select[IntegerPartitions[n], OddQ[MaxLength[#]]&&atsCount[#, _?OddQ]==1&]], {n, 1, 30, 2}] (* Gus Wiseman, Jun 26 2021 *)

STATUS

proposed

editing

#24 by Gus Wiseman at Sat Jun 26 05:27:29 EDT 2021
STATUS

editing

proposed

#23 by Gus Wiseman at Sat Jun 26 05:27:21 EDT 2021
CROSSREFS

The case of strict partitions is A000035.

The version for greatest part even instead of odd greatest part is A306145.

#22 by Gus Wiseman at Sat Jun 26 05:24:22 EDT 2021
COMMENTS

Also the number of integer partitions of 2n+1 with odd greatest part and alternating sum 1, where the alternating sum of a partition (y_1,...,y_k) is Sum_i (-1)^(k-i-1) y_i, which is equal to (-1)^(k-1) times the number of odd parts in the conjugate partition. For example, the a(0) = 1 through a(6) = 15 partitions are:

#21 by Gus Wiseman at Sat Jun 26 04:42:16 EDT 2021
COMMENTS

From Gus Wiseman, Jun 26 2021: (Start)

Also the number of integer partitions of 2n+1 with odd greatest part and alternating sum 1, where the alternating sum of a partition (y_1,...,y_k) is Sum_i (-1)^(k-i) y_i, which is equal to (-1)^(k-1) times the number of odd parts in the conjugate partition. For example, the a(0) = 1 through a(6) = 15 partitions are:

1 111 32 331 54 551 76

11111 3211 3222 3332 5422

1111111 3321 5411 5521

33111 33221 33331

321111 322211 55111

111111111 332111 322222

3311111 332221

32111111 333211

11111111111 541111

3322111

32221111

33211111

331111111

3211111111

1111111111111

(End)

MATHEMATICA

ats[y_]:=Sum[(-1)^(i-1)*y[[i]], {i, Length[y]}]; Table[Length[Select[IntegerPartitions[n], OddQ[Max[#]]&&ats[#]==1&]], {n, 1, 30, 2}] (* Gus Wiseman, Jun 26 2021 *)

CROSSREFS

The case of strict partitions is A000035.

First differences are A027187.

The version for greatest part even instead of odd is A306145.

A000041 counts partitions of 2n with alternating sum 0, ranked by A000290.

A000070 counts partitions with alternating sum 1.

A067661 counts strict partitions of even length.

A103919 counts partitions by sum and alternating sum (reverse: A344612).

A344610 counts partitions by sum and positive reverse-alternating sum.

Cf. A000070, A027187, A306145A000097, A006330, A027193, A030229, A067659, ~A087447, A236559, A236914, A239829, A239830, A318156, A338907, A344611.

STATUS

approved

editing

#20 by Bruno Berselli at Mon Aug 20 04:00:28 EDT 2018
STATUS

proposed

approved

#19 by Vaclav Kotesovec at Mon Aug 20 03:54:28 EDT 2018
STATUS

editing

proposed

#18 by Vaclav Kotesovec at Mon Aug 20 03:54:16 EDT 2018
FORMULA

a(n) ~ exp(Pi*sqrt(2*n/3)) / (2^(5/2)*Pi*sqrt(n)). - Vaclav Kotesovec, Aug 20 2018

STATUS

proposed

editing