A242413 Numbers in whose prime factorization the first differences of indices of distinct primes form a palindrome; fixed points of A242415.
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 17, 18, 19, 21, 23, 24, 25, 27, 29, 30, 31, 32, 36, 37, 41, 43, 47, 48, 49, 53, 54, 59, 60, 61, 63, 64, 65, 67, 70, 71, 72, 73, 79, 81, 83, 89, 90, 96, 97, 101, 103, 107, 108, 109, 113, 120, 121, 125, 127, 128, 131, 133, 137, 139, 140, 144
Offset: 1
Keywords
Examples
1 is present because it has an empty factorization, so both the sequence of the prime indices and their first differences are empty, and empty sequences are palindromes as well. 12 = 2*2*3 = p_1^2 * p_2 is present, as the first differences (deltas) of prime indices (1-0, 2-1) = (1,1) form a palindrome. 60 = 2*2*3*5 = p_1^2 * p_2 * p_3 is present, as the deltas of prime indices (1-0, 2-1, 3-2) = (1,1,1) form a palindrome. 61 = p_18 is present, as the deltas of prime indices, (18), form a palindrome. 144 = 2^4 * 3^2 = p_1^4 * p_2^2 is present, as the deltas of prime indices (1-0, 2-1) = (1,1) form a palindrome. Also, any of the cases mentioned in the Example section of A242417 as being present there, are also present in this sequence.
Links
- Antti Karttunen, Table of n, a(n) for n = 1..10000
Comments