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”).

A280489
a(n) = gcd(n,A241909(n)).
4
1, 2, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 5, 3, 1, 1, 1, 1, 1, 1, 1, 1, 15, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 5, 1, 1, 1, 1, 5, 3, 1, 1, 3, 1, 7, 3, 1, 1, 5, 1, 1, 1, 1, 1, 3, 1, 1, 3, 5, 1, 1, 1, 1, 15, 1, 1, 3, 1, 1, 1, 1, 1, 7, 1, 1, 3, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 1, 25, 1, 3, 1, 1, 15, 1, 1, 1, 1, 5, 3, 1, 1, 3, 1, 1, 1, 1, 1
OFFSET
1,2
LINKS
FORMULA
a(n) = gcd(n,A241909(n)).
a(n) = n / A280488(n).
Other identities. For all n >= 1:
a(A241909(n)) = a(n).
PROG
(Scheme) (define (A280489 n) (gcd n (A241909 n)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 09 2017
STATUS
approved