login

Revision History for A334998

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

Showing entries 1-10 | older changes
Permutation of nonnegative integers that converts A162912 into A162911.
(history; published version)
#23 by Sean A. Irvine at Fri Sep 04 19:46:38 EDT 2020
STATUS

proposed

approved

#22 by Michel Marcus at Fri Sep 04 16:43:08 EDT 2020
STATUS

editing

proposed

#21 by Michel Marcus at Fri Sep 04 16:43:04 EDT 2020
CROSSREFS

Cf. A334999 (inverse), A054429, A162911, A162912.

STATUS

approved

editing

#20 by N. J. A. Sloane at Fri Sep 04 15:53:46 EDT 2020
STATUS

proposed

approved

#19 by Sean A. Irvine at Fri Aug 07 16:28:16 EDT 2020
STATUS

editing

proposed

Discussion
Fri Aug 07
20:19
Kevin Ryde: That's a big table of permutations!  Oh, "AYT" is what I've been calling A020650/A020651.  They're in the Index for David W. Wilson creator of the sequences.  I'll double-check and add reference to Shen Yu-Ting, and the later D.N. Andreev.

Your A245325 etc are good bit flips, so right-to-left readings, as you note I think.  It's only neglect on my part not to mention such options somewhere in my write-up (such as its present state is etc etc).

(You were/are already at reviewed state here, so don't let me put you off calling a halt and mustering relationships later ...)
#18 by Sean A. Irvine at Fri Aug 07 16:27:56 EDT 2020
COMMENTS

For n > 0, A162912(a(n)) = A162911(n), as well as A162912(A054429(n)) = A162911(n). There is a self-inverse permutation, x, b, such that a(xb(n)) = A054429(n), and a(n) = A054429(xb(n)).

CROSSREFS

Inverse: Cf. A334999. (inverse), A054429.

STATUS

proposed

editing

#17 by Kevin Ryde at Thu Jul 16 08:24:34 EDT 2020
STATUS

editing

proposed

Discussion
Sat Aug 01
05:09
Yosu Yurramendi: That's right ('Lexicographically smallest permutation which maps etc etc...'). which(A162911 == 3) [1]   5   7   8  12  22  30  34  50  90 122 138 202. which(A162912 == 3) [1]   4   6  11  15  17  25  45  61  69 101 181 245
So, a(5)=4, a(7)=6, a(8)=11, ... But it is difficult for me to formalize such a definition. This situation is similar to A153151 (Calkin-Wilf), A153141 (Stern-Brocot system), A154448 (Bird system) and their inverses.
Wed Aug 05
20:17
Kevin Ryde: Ah yes.  The easiest lex-smallest A065190 "AYT" is swap pairs, where you've been before :).  CW A153151 notes it is lex-smallest too.  Then Drib here would be the remaining "low-to-high tree" ... if true.

I didn't know SB A153141 or Bird A154448.  Are you here bit-reversal of the Bird one, A059893 style?  So a(n) = A059893(A154448(A059893(n))) ?
Thu Aug 06
13:10
Yosu Yurramendi: Thank you very much for your observations and proposals.
*** This text editor is quite rough to show you in a ordered and comprehensible way the permutations between numerator and denominator of the well-known enumeration systems of positive rationals. I propose you to visit at http://oeis.org/wiki/User:Yosu_Yurramendi#Permutations_between_numerator_and_denominator_of_systems (I feel a bit embarrassed because the names of new two systems; they are due to A. Karttunen http://oeis.org/wiki/Index_to_OEIS:_Section_Fo#fraction_trees . Morever, they are not considered in your work https://download.tuxfamily.org/user42/rationals/rationals.pdf).
*** Permutation A059893(A154448(A059893(n))) is not at OEIS. I didn't find any particular property for this permutation. I think your question is about a permutation Axxxxxx such that A334998 = Axxxxxx(A154448(Axxxxxx(n))).  It's difficult for me to solve this equation. In the same way: A334999 = Ayyyyyy(A154447(Ayyyyyy(n))). Maybe AXXXXXX and AYYYYYY are inverse to each other: A000027 = A334998(A334999) = Axxxxxx(A154448(Axxxxxx(Ayyyyyy(A154447(Ayyyyyy(n)))))).
*** Sorry, I don't know what 'AYT' means.
#16 by Kevin Ryde at Thu Jul 16 08:14:03 EDT 2020
LINKS

<a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

STATUS

proposed

editing

Discussion
Thu Jul 16
08:24
Kevin Ryde: Let me hope I have this the right way around:
A162911(5)=3, so a(5) is to be a location in A162912 where value 3.  The first such is at A162912(4)=3.  So set a(5)=4.
A162911(7)=3, so a(7) another location of a 3.  Already used A162912(4)=3, but the next one is A162912(6)=3.  So set a(7)=6.
And so on, whenever want a 3 (or whatever value), take the next one (smallest position).

The computer says this holds throughout your b-files.  Assuming it's true, there should be enough pattern in the Drib descents to prove it.  But leave it for future work if it won't spring immediately from your construction :-).

Incidentally, there'll be a low-bits bit-flip rule lurking.  0<->1 flip of a low bit pattern ...1010 in n.  I think A087230 gives the length of flipping, except must reduce it so never touch or go above the highest 1-bit (which defines the "row").  Yet more work eh ...
#15 by Yosu Yurramendi at Thu Jul 16 05:02:16 EDT 2020
STATUS

editing

proposed

#14 by Yosu Yurramendi at Thu Jul 16 05:00:12 EDT 2020
COMMENTS

For n > 0, A162912(a(n)) = A162911(n), as well as A162912(A054429(n)) = A162911(n). There is a self-inverse permutation, x, such that a(x(n)) = A054429(n), and a(n) = A054429(x(n)).

CROSSREFS

Inverse: A334999. A054429.

STATUS

reviewed

editing

Discussion
Thu Jul 16
05:02
Yosu Yurramendi: Thanks, Kevin. I don't understand what you mean with ' The data values look like the earliest (not yet used) position of each target value'. Can you give me an example?