cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A358093 a(n) = n for 1 <= n <= 2; thereafter a(n) is the least unused m such that rad(m) = rad(rad(a(n-1)) + rad(a(n-2))), where rad(m) = A007947(m).

Original entry on oeis.org

1, 2, 3, 5, 4, 7, 9, 10, 13, 23, 6, 29, 35, 8, 37, 39, 38, 77, 115, 12, 11, 17, 14, 31, 15, 46, 61, 107, 42, 149, 191, 170, 19, 21, 20, 961, 41, 18, 47, 53, 40, 63, 29791, 26, 57, 83, 70, 51, 121, 62, 73, 45, 22, 1369, 59, 24, 65, 71, 34, 105, 139, 122, 87, 209, 74
Offset: 1

Views

Author

David James Sycamore, Nov 08 2022

Keywords

Comments

In other words, a(n) is the least m having the same squarefree kernel as the sum of the squarefree kernels of a(n-1) and a(n-2).
Primes do not appear in natural order.
Conjectured to be a permutation of the positive integers.
From Michael De Vlieger, Nov 09 2022: (Start)
Let i = rad(a(n-2)), j = rad(a(n-1)), and s = rad(i+j). If s = p (prime), then a(n) = m = p^e, e >= 1. Because a(n) = m such that rad(m) = p, the j-th occasion of s = p implies a(n) = p^j.
By the same token, generally, the j-th occasion of s implies a(n) = M*s, where M is regular to s, i.e., M is a product restricted to primes p|s, with M appearing in order. For example, if s = 10, then the j-th occasion of s = 10 implies a(n) = 10*A003592(j). These are consequences of conservation of squarefree kernel s, the lexical and greedy nature of the sequence.
It is clear that a(n) >= s, since rad(a(n)) = s, hence s | a(n), and on account of the lexical and greedy nature of the sequence.
Prime a(n) implies s = a(n), while s < a(n) for a(n) that are composite prime powers (i.e., a(n) in A246547) since s is in those cases prime.(End)
From Michael De Vlieger, Nov 13 2022: (Start)
Adjacent terms i and j are coprime as consequence of s mod p = i mod p + j mod p and a(n) = M*s such that rad(M) = rad(s). p | a(n-2) and p | a(n-1) implies p | a(n), and subsequent adjacent terms are likewise divisible by p, contradicting initial a(1) coprime to a(2). Because the sequence starts with dissimilar residues (mod p), p divides only one of {a(n-2), a(n-1), a(n)}.
2 | a(n) for n mod 3 = 2. (End)

Examples

			a(5) = 4 because rad(rad(3) + rad(5)) = rad(3 + 5) = rad(8) = 2, and 4 is the least unused number m such that rad(m) = 2.
To find a(36), we have rad(rad(a(34)) + rad(a(35))) = rad(rad(21) + rad(20)) = rad(31) = 31, and since 31 has appeared at a(24), a(36) = 31^2 = 961. [Corrected by _N. J. A. Sloane_, Mar 24 2025]
a(43) = 29791 (31^3) because rad(40) + rad(63) = 31; we already have 31 and 31^2.
		

Crossrefs

Programs

Extensions

More terms from David A. Corneth, Nov 09 2022
Showing 1-1 of 1 results.