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!)
A306671 a(n) = gcd(tau(n), pod(n)) where tau(k) = the number of the divisors of k (A000005) and pod(k) = the product of the divisors of k (A007955). 11
1, 2, 1, 1, 1, 4, 1, 4, 3, 4, 1, 6, 1, 4, 1, 1, 1, 6, 1, 2, 1, 4, 1, 8, 1, 4, 1, 2, 1, 8, 1, 2, 1, 4, 1, 9, 1, 4, 1, 8, 1, 8, 1, 2, 3, 4, 1, 2, 1, 2, 1, 2, 1, 8, 1, 8, 1, 4, 1, 12, 1, 4, 3, 1, 1, 8, 1, 2, 1, 8, 1, 12, 1, 4, 3, 2, 1, 8, 1, 10, 1, 4, 1, 12, 1, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence of the smallest numbers k such that a(k) = n: 1, 2, 9, 6, 400, 12, 3136, 24, 36, 80, 123904, 60, 692224, 448, 2025, 120, ...
LINKS
FORMULA
a(n) = 1 for numbers in A046642.
a(n) = tau(n) for numbers in A120736.
EXAMPLE
For n=6: a(6) = gcd(tau(6), pod(6)) = gcd(4, 36) = 4.
PROG
(Magma) [GCD(NumberOfDivisors(n), &*[d: d in Divisors(n)]): n in [1.. 100]]
(PARI) a(n) = gcd(numdiv(n), vecprod(divisors(n))); \\ Michel Marcus, Mar 04 2019
CROSSREFS
Sequence in context: A340082 A348647 A254048 * A308210 A112331 A133910
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Mar 04 2019
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)