[go: up one dir, main page]

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

Showing all changes.
Table with the mapped A125106(p) in row n where p runs through the partitions counted by A160644(n).
(history; published version)
#8 by N. J. A. Sloane at Wed May 01 05:52:43 EDT 2019
STATUS

proposed

approved

#7 by Jon E. Schoenfield at Sat Apr 13 10:06:42 EDT 2019
STATUS

editing

proposed

#6 by Jon E. Schoenfield at Sat Apr 13 10:06:30 EDT 2019
COMMENTS

A160644(n) with n > 0 counts the partitions of 2n such that all parts are > 1 and the largest part occurs more than once. If n=7, these are 10 partitions of 14: 2^7 = (2^4;3^2 ) = (2^1;3^4 ) = (2^3;4^2 ) = (3^2;4^2 ) = (2^1;4^3 ) = (2^2;5^2 ) = (4^1;5^2 ) = (2^1;6^2 ) = 7^2, for example.

STATUS

proposed

editing

Discussion
Sat Apr 13
10:06
Jon E. Schoenfield: Is this okay?
#5 by Jon E. Schoenfield at Sat Apr 06 23:29:18 EDT 2019
STATUS

editing

proposed

Discussion
Sun Apr 07
02:34
Michel Marcus: you must read 2^7 = (2,2,2,2,2,2,2,2) : 7 twos  ; then 2^4;3^2 is (2,2,2,2,3,3) ; then 2^1;3^4 = (2,3,3,3,3); etc ; all sums being 14;   ok ?
#4 by Jon E. Schoenfield at Sat Apr 06 23:29:03 EDT 2019
COMMENTS

A160644(n) with n > 0 counts the partitions of 2n such that all parts are > 1 and the largest part occurs more than once. If n=7, these are 10 partitions of 14: 2^7 = 2^4;3^2 = 2^1;3^4 = 2^3;4^2 = 3^2;4^2 = 2^1;4^3 = 2^2;5^2 = 4^1;5^2 = 2^1;6^2 = 7^2, for example.

largest part occurs more than once. If n=7, these are 10 partitions of 14 : 2^7 = 2^4;3^2 = 2^1;3^4

= 2^3;4^2 = 3^2;4^2 = 2^1;4^3 = 2^2;5^2 = 4^1;5^2 = 2^1;6^2 = 7^2, for example.

For each of these admitted partitions p of 2n, p is mapped to a binary and the decimal rep. of this binary is added to row n of this table here, sorting the row according to the natural order of integers (not according to any property of partitions).

of this binary is added to row n of this table here,

sorting the row according to the natural order of integers (not according to any property of partitions).

MAPLE

for n from 1 to 11 do A161922(n) ; od; # _R. J. Mathar, _, Sep 11 2009

EXTENSIONS

Detailed description and examples, and rows n >= 8 completed - _by _R. J. Mathar_, Sep 11 2009

STATUS

approved

editing

Discussion
Sat Apr 06
23:29
Jon E. Schoenfield: I don't understand the sentence

If n=7, these are 10 partitions of 14: 2^7 = 2^4;3^2 = 2^1;3^4 = 2^3;4^2 = 3^2;4^2 = 2^1;4^3 = 2^2;5^2 = 4^1;5^2 = 2^1;6^2 = 7^2, for example.
#3 by Russ Cox at Sat Mar 31 13:23:39 EDT 2012
AUTHOR

_Alford Arnold (Alford1940(AT)aol.com), _, Jul 06 2009

Discussion
Sat Mar 31
13:23
OEIS Server: https://oeis.org/edit/global/889
#2 by Russ Cox at Fri Mar 30 17:40:01 EDT 2012
EXTENSIONS

Detailed description and examples, rows n>=8 completed - _R. J. Mathar (mathar(AT)strw.leidenuniv.nl), _, Sep 11 2009

Discussion
Fri Mar 30
17:40
OEIS Server: https://oeis.org/edit/global/190
#1 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
NAME

Table with the mapped A125106(p) in row n where p runs through the partitions counted by A160644(n).

DATA

2, 6, 12, 14, 24, 26, 30, 48, 50, 54, 62, 56, 60, 96, 98, 102, 110, 126, 104, 108, 114, 122, 192, 194, 198, 206, 222, 254, 120, 200, 204, 210, 218, 230, 246, 384, 386, 390, 398, 414, 446, 510, 216, 224, 228, 236, 242, 252, 392, 396, 402, 410, 422, 438, 462, 494, 768, 770

OFFSET

1,1

COMMENTS

A160644(n) with n>0 counts the partitions of 2n such that all parts are >1 and the

largest part occurs more than once. If n=7, these are 10 partitions of 14 : 2^7 = 2^4;3^2 = 2^1;3^4

= 2^3;4^2 = 3^2;4^2 = 2^1;4^3 = 2^2;5^2 = 4^1;5^2 = 2^1;6^2 = 7^2, for example.

For each of these admitted partitions p of 2n, p is mapped to a binary and the decimal rep.

of this binary is added to row n of this table here,

sorting the row according to the natural order of integers (not according to any property of partitions).

EXAMPLE

The partition 4+4+4+4 = 16 and maps to 120 = 64 + 32 + 16 + 8 as described in A125106, so 120 is in the 8th row.

The table has A160644(n) integers in row n and starts

2,

6,.......[2,2]->6

12,14,..........[3,3]->12, [2,2,2]->14

24,26,30,...........[4,4]->24, [2,3,3]->26, [2,2,2,2] ->30

48,50,54,62, ....... [5,5]->48, [2,4,4]->50, [2,2,3,3]->54, [2,2,2,2,2]->62

56,60,96,98,102,110,126,.....[4,4,4]->56, [3,3,3,3]->60, [6,6]->96, [2,5,5]->98, [2,2,4,4]->102, [2,2,2,3,3]->110

104,108,114,122,192,194,198,206,222,254,...[4,5,5]->104, [3,3,4,4]->108, [2,4,4,4]->114, [2,3,3,3,3]->122

MAPLE

A125106m := proc(par) local c, dgs, p ; c := 1 ; dgs := [] ; for p in par do if p = c then dgs := [op(dgs), 1] ; else dgs := [op(dgs), seq(0, j=1..p-c), 1] ; fi; c := p ; od: add(op(i, dgs) *2^(i-1), i=1..nops(dgs)) ; end:

A161922 := proc(n) r := {} ; prts := combinat[partition](2*n) ; for p in prts do convert(p, set) intersect {1}; if % = {} then if nops(p) < 2 then ; elif op(-1, p) = op(-2, p) then r := r union {A125106m(p)} ; fi; fi; od: sort(r) ; end:

for n from 1 to 11 do A161922(n) ; od; # R. J. Mathar, Sep 11 2009

KEYWORD

nonn,tabf

AUTHOR

Alford Arnold (Alford1940(AT)aol.com), Jul 06 2009

EXTENSIONS

Detailed description and examples, rows n>=8 completed - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 11 2009

STATUS

approved