Post History
Japt, 23 bytes >0©3ò4È*ßUµ3ÃxÒUÆßX}3 x Try it 23 22 20 bytes Outputs the complete sequence, from my original misinterpretation, backed up by the existing solutions, that every 3rd value in...
#6: Post edited
# [Japt](https://github.com/ETHproductions/japt), <s>23</s> <s>22</s> 20 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)- ©2õÈ*ßTwXnUÃxÒUÆßXÃx
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=qTL1yCrfVHdYblXDeNJVxt9Yw3g&input=WzEgNCA3IDEwXS1tUw)
- ©2õÈ*ßTwXnUÃxÒUÆßXÃx :Implicit input of integer U
- © :Logical AND with
- 2õ :Range [1,2]
- È :Map each X
- * : Multiply by
- ß : Recursive call with argument
- T : 0
- w : Maximum with
- XnU : X subtracted from U
- Ã :End map
- x :Reduce by addition after
- Ò : Subtracting, from each, the bitwise NOT of
- UÆ : Map each X in the range [0,U)
- ßX : Recursive call with argument X
- Ã : End map
- x : Reduce by addition
- # [Japt](https://github.com/ETHproductions/japt), 23 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- >0©3ò4È*ßUµ3ÃxÒUÆßX}3 x
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCpM/I0yCrfVbUzw3jSVcbfWH0zIHg&input=WzEgNCA3IDEwIDEzIDE2IDE5IDIyIDI1IDI4XS1tUw)
- # <s>23</s> <s>22</s> 20 bytes
- Outputs the complete sequence, from my original misinterpretation, backed up by the existing solutions, that every 3rd value in our sequence must match the corresponding value in the original sequence.
- ©2õÈ*ßTwXnUÃxÒUÆßXÃx
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=qTL1yCrfVHdYblXDeNJVxt9Yw3g&input=WzEgNCA3IDEwXS1tUw)
- ©2õÈ*ßTwXnUÃxÒUÆßXÃx :Implicit input of integer U
- © :Logical AND with
- 2õ :Range [1,2]
- È :Map each X
- * : Multiply by
- ß : Recursive call with argument
- T : 0
- w : Maximum with
- XnU : X subtracted from U
- Ã :End map
- x :Reduce by addition after
- Ò : Subtracting, from each, the bitwise NOT of
- UÆ : Map each X in the range [0,U)
- ßX : Recursive call with argument X
- Ã : End map
- x : Reduce by addition
#5: Post edited
- # [Japt](https://github.com/ETHproductions/japt), <s>23</s> <s>22</s> 20 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
>0©2õÈ*ßXnUÃxÒUÆßXÃx[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCpMvXIKt9YblXDeNJVxt9Yw3g&input=MTA)
- # [Japt](https://github.com/ETHproductions/japt), <s>23</s> <s>22</s> 20 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ©2õÈ*ßTwXnUÃxÒUÆßXÃx
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=qTL1yCrfVHdYblXDeNJVxt9Yw3g&input=WzEgNCA3IDEwXS1tUw)
- ©2õÈ*ßTwXnUÃxÒUÆßXÃx :Implicit input of integer U
- © :Logical AND with
- 2õ :Range [1,2]
- È :Map each X
- * : Multiply by
- ß : Recursive call with argument
- T : 0
- w : Maximum with
- XnU : X subtracted from U
- Ã :End map
- x :Reduce by addition after
- Ò : Subtracting, from each, the bitwise NOT of
- UÆ : Map each X in the range [0,U)
- ßX : Recursive call with argument X
- Ã : End map
- x : Reduce by addition
#4: Post edited
# [Japt](https://github.com/ETHproductions/japt), <s>23</s> <s>22</s> 21 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)>0©2õÈ*ßXnUÃxÄ+UÆßXÃx[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCpMvXIKt9YblXDeMQrVcbfWMN4&input=MTA)>0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ :Implicit input of integer U>0 :Is U greater than 0?© :Logical AND withß : Recursive call with argumentUÉ : U-1+ : AddßUÉÉ : Recursive call with argument U-1-1Ñ : Multiplied by 2ÒÒ : Subtract the bitwise NOT of the negation of the bitwise NOT ofUÆ : Map each X in the range [0,U)ßX : Recursive call with argument XÃ : End mapx : Reduce by addition afterÑ : Multiplying by 2
- # [Japt](https://github.com/ETHproductions/japt), <s>23</s> <s>22</s> 20 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- >0©2õÈ*ßXnUÃxÒUÆßXÃx
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCpMvXIKt9YblXDeNJVxt9Yw3g&input=MTA)
#3: Post edited
# [Japt](https://github.com/ETHproductions/japt), <s>23</s> 22 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)>0©ßUÉÉ ÑÒßUÉ ÒUÆßXÃxÑ[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCp31XJySDR0t9VySDSVcbfWMN40Q&input=MTA)- >0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ :Implicit input of integer U
- >0 :Is U greater than 0?
- © :Logical AND with
- ß : Recursive call with argument
- UÉ : U-1
- + : Add
- ßUÉÉ : Recursive call with argument U-1-1
- Ñ : Multiplied by 2
- ÒÒ : Subtract the bitwise NOT of the negation of the bitwise NOT of
- UÆ : Map each X in the range [0,U)
- ßX : Recursive call with argument X
- Ã : End map
- x : Reduce by addition after
- Ñ : Multiplying by 2
- # [Japt](https://github.com/ETHproductions/japt), <s>23</s> <s>22</s> 21 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- >0©2õÈ*ßXnUÃxÄ+UÆßXÃx
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCpMvXIKt9YblXDeMQrVcbfWMN4&input=MTA)
- >0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ :Implicit input of integer U
- >0 :Is U greater than 0?
- © :Logical AND with
- ß : Recursive call with argument
- UÉ : U-1
- + : Add
- ßUÉÉ : Recursive call with argument U-1-1
- Ñ : Multiplied by 2
- ÒÒ : Subtract the bitwise NOT of the negation of the bitwise NOT of
- UÆ : Map each X in the range [0,U)
- ßX : Recursive call with argument X
- Ã : End map
- x : Reduce by addition after
- Ñ : Multiplying by 2
#2: Post edited
# [Japt](https://github.com/ETHproductions/japt), 23 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)>0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCp31XJICvfVcnJINHS0lXG31jDeNE&input=MTA)- >0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ :Implicit input of integer U
- >0 :Is U greater than 0?
- © :Logical AND with
- ß : Recursive call with argument
- UÉ : U-1
- + : Add
- ßUÉÉ : Recursive call with argument U-1-1
- Ñ : Multiplied by 2
- ÒÒ : Subtract the bitwise NOT of the negation of the bitwise NOT of
- UÆ : Map each X in the range [0,U)
- ßX : Recursive call with argument X
- Ã : End map
- x : Reduce by addition after
- Ñ : Multiplying by 2
- # [Japt](https://github.com/ETHproductions/japt), <s>23</s> 22 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- >0©ßUÉÉ ÑÒßUÉ ÒUÆßXÃxÑ
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCp31XJySDR0t9VySDSVcbfWMN40Q&input=MTA)
- >0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ :Implicit input of integer U
- >0 :Is U greater than 0?
- © :Logical AND with
- ß : Recursive call with argument
- UÉ : U-1
- + : Add
- ßUÉÉ : Recursive call with argument U-1-1
- Ñ : Multiplied by 2
- ÒÒ : Subtract the bitwise NOT of the negation of the bitwise NOT of
- UÆ : Map each X in the range [0,U)
- ßX : Recursive call with argument X
- Ã : End map
- x : Reduce by addition after
- Ñ : Multiplying by 2
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt), 23 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
>0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=PjCp31XJICvfVcnJINHS0lXG31jDeNE&input=MTA)
>0©ßUÉ +ßUÉÉ ÑÒÒUÆßXÃxÑ :Implicit input of integer U
>0 :Is U greater than 0?
© :Logical AND with
ß : Recursive call with argument
UÉ : U-1
+ : Add
ßUÉÉ : Recursive call with argument U-1-1
Ñ : Multiplied by 2
ÒÒ : Subtract the bitwise NOT of the negation of the bitwise NOT of
UÆ : Map each X in the range [0,U)
ßX : Recursive call with argument X
à : End map
x : Reduce by addition after
Ñ : Multiplying by 2
