login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A345942
a(n) = n / gcd(n, A329044(n)).
3
1, 1, 1, 1, 1, 2, 1, 4, 3, 2, 1, 4, 1, 2, 3, 4, 1, 2, 1, 4, 3, 2, 1, 8, 1, 2, 9, 4, 1, 6, 1, 16, 3, 2, 5, 4, 1, 2, 3, 8, 1, 6, 1, 4, 9, 2, 1, 16, 7, 2, 3, 4, 1, 6, 5, 8, 3, 2, 1, 12, 1, 2, 9, 16, 5, 6, 1, 4, 3, 10, 1, 8, 1, 2, 3, 4, 7, 6, 1, 16, 27, 2, 1, 12, 5, 2, 3, 8, 1, 18, 7, 4, 3, 2, 5, 32, 1, 2, 9, 20, 1, 6
OFFSET
1,6
FORMULA
a(n) = n / A345941(n).
PROG
(PARI) A345942(n) = (n/gcd(n, A329044(n))); \\ Rest of program given in A329044.
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 03 2021
STATUS
approved