login
A255554
Permutation of natural numbers: a(n) = A083221(A255552(n)).
7
1, 2, 3, 4, 9, 6, 5, 8, 7, 10, 15, 12, 11, 14, 13, 16, 21, 18, 25, 20, 17, 22, 27, 24, 19, 26, 49, 28, 33, 30, 23, 32, 29, 34, 39, 36, 31, 38, 35, 40, 45, 42, 37, 44, 121, 46, 51, 48, 41, 50, 43, 52, 57, 54, 169, 56, 77, 58, 63, 60, 55, 62, 47, 64, 69, 66, 53, 68, 59, 70, 75, 72, 61, 74, 67, 76, 81, 78, 71, 80, 65, 82, 87, 84, 289, 86, 73, 88, 93, 90, 91, 92, 79
OFFSET
1,2
COMMENTS
a(n) tells which number in array A083221, constructed from the sieve of Eratosthenes is at the same position where n is in array A255551 constructed from Lucky sieve. As both arrays have A005843 (even numbers) as their topmost row, this permutation fixes all of them.
FORMULA
a(n) = A083221(A255552(n)).
Other identities:
a(2n) = 2n. [Fixes even numbers.]
For all n >= 1, a(A255550(n)) = A083141(n).
For all n >= 2, a(A000959(n)) = A000040(n).
For all n >= 2, a(A219178(n)) = A001248(n).
PROG
(Scheme) (define (A255554 n) (A083221 (A255552 n)))
CROSSREFS
Inverse: A255553.
Similar permutations: A255407, A255408, A249817, A249818.
Sequence in context: A376199 A112095 A260435 * A260741 A091203 A106445
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 26 2015
STATUS
approved