A103877 Position of n in rearrangement of natural numbers A103849.
1, 3, 4, 6, 7, 9, 10, 12, 13, 15, 18, 21, 16, 24, 19, 27, 22, 30, 25, 33, 28, 31, 34, 36, 37, 39, 40, 42, 43, 45, 48, 51, 54, 57, 46, 60, 49, 63, 52, 66, 55, 58, 61, 64
Offset: 0
Programs
-
Mathematica
Flatten[Table[Position[A103849, i], {i, 0, 43}]]
Comments