[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A093573 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A093573 Triangle read by rows: row n gives positions where n occurs in the Golay-Rudin-Shapiro related sequence A020986.
(history; published version)
#40 by Joerg Arndt at Tue Jan 28 12:07:52 EST 2020
STATUS

reviewed

approved

#39 by Michel Marcus at Tue Jan 28 11:40:06 EST 2020
STATUS

proposed

reviewed

#38 by Kevin Ryde at Mon Jan 27 17:30:07 EST 2020
STATUS

editing

proposed

Discussion
Tue Jan 28 11:40
Michel Marcus: ok thanks
#37 by Kevin Ryde at Mon Jan 27 17:26:52 EST 2020
DATA

0, 1, 3, 2, 4, 6, 5, 7, 13, 15, 8, 12, 14, 16, 26, 9, 11, 17, 19, 25, 27, 10, 18, 20, 22, 24, 28, 30, 21, 23, 29, 31, 53, 55, 61, 63, 32, 50, 52, 54, 56, 60, 62, 64, 106, 33, 35, 49, 51, 57, 59, 65, 67, 105, 107, 34, 36, 38, 48, 58, 66, 68, 70, 104, 108, 110, 37, 39, 45, 47, 69, 71, 77, 79, 101, 103, 109, 111

STATUS

proposed

editing

Discussion
Mon Jan 27 17:30
Kevin Ryde: Yep, copied out of the b-file (all of which I agree with by some alternate paperfolding curve code :).
#36 by Michael De Vlieger at Sat Jan 25 21:48:48 EST 2020
STATUS

editing

proposed

Discussion
Mon Jan 27 02:33
Michel Marcus: can you add 9 more terms to have complete last row of triangle
#35 by Michael De Vlieger at Sat Jan 25 21:48:40 EST 2020
MATHEMATICA

With[{n = 216}, TakeWhile[#, Length@ #2 == #1 & @@ # &][[All, -1]] &@ Transpose@ {Keys@ #, Lookup[#, Keys@ #]} &[PositionIndex@ Accumulate@ Array[1 - 2 Mod[Length[FixedPointList[BitAnd[#, # - 1] &, BitAnd[#, Quotient[#, 2]]]], 2] &, (2^] &, n)^4^2, 0] - 1]] // Flatten (* Michael De Vlieger, Jan 25 2020 *)

STATUS

proposed

editing

#34 by Michael De Vlieger at Sat Jan 25 21:37:09 EST 2020
STATUS

editing

proposed

#33 by Michael De Vlieger at Sat Jan 25 21:36:47 EST 2020
MATHEMATICA

With[{n = 2}, TakeWhile[#, Length@ #2 == #1 & @@ # &][[All, -1]] &@ Transpose@ {Keys@ #, Lookup[#, Keys@ #]} &[PositionIndex@ Accumulate@@ Array[1 - 2 Mod[Length[FixedPointList[BitAnd[#, # - 1] &, BitAnd[#, Quotient[#, 2]]]], 2] &, (2^n)^4, 0] - 1]] // Flatten (* _Michael De Vlieger_, Jan 25 2020 *)

Array[1 - 2 Mod[Length[FixedPointList[BitAnd[#, # - 1] &, BitAnd[#, Quotient[#, 2]]]], 2] &, (2^n)^4, 0] - 1]] // Flatten (* Michael De Vlieger, Jan 25 2020 *)

#32 by Michael De Vlieger at Sat Jan 25 21:36:32 EST 2020
MATHEMATICA

With[{n = 2}, TakeWhile[#, Length@ #2 == #1 & @@ # &][[All, -1]] &@ Transpose@ {Keys@ #, Lookup[#, Keys@ #]} &[PositionIndex@ Accumulate@

Array[1 - 2 Mod[Length[FixedPointList[BitAnd[#, # - 1] &, BitAnd[#, Quotient[#, 2]]]], 2] &, (2^n)^4, 0] - 1]] // Flatten (* Michael De Vlieger, Jan 25 2020 *)

STATUS

proposed

editing

#31 by Kevin Ryde at Sat Jan 25 19:18:35 EST 2020
STATUS

editing

proposed

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)