login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A346469 a(n) = A340070(A276086(n)). 3
0, 1, 1, 5, 3, 3, 1, 7, 8, 31, 3, 3, 5, 5, 5, 5, 120, 15, 25, 25, 50, 25, 75, 75, 125, 125, 125, 125, 750, 375, 1, 9, 10, 41, 3, 3, 12, 59, 71, 247, 3, 3, 5, 5, 5, 5, 15, 15, 50, 25, 25, 25, 75, 75, 375, 125, 125, 125, 375, 375, 7, 7, 7, 7, 210, 21, 7, 7, 7, 7, 21, 21, 420, 35, 35, 35, 7455, 105, 175, 175, 175, 3325 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A340070(A276086(n)) = gcd(A327860(n), A329029(n)).
For n >= 1, a(n) = A327860(n) / A345930(n).
PROG
(PARI) A346469(n) = { my(s=0, t=0, m=1, p=2, e); while(n, e = (n%p); if(e, m *= (p^e); s += (1/p); t += (e/p)); n = n\p; p = nextprime(1+p)); (gcd(s, t)*m); };
CROSSREFS
Cf. also A346471.
Sequence in context: A064812 A282469 A216998 * A068118 A076104 A094284
KEYWORD
nonn,base,look
AUTHOR
Antti Karttunen, Jul 21 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 03:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)