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!)
A046681 Numbers k such that the number of divisors of k and sum of 4th powers of divisors of k are relatively prime. 7
1, 2, 8, 9, 18, 64, 72, 128, 625, 729, 1024, 1152, 1250, 1458, 4096, 5000, 5625, 5832, 6561, 8192, 9216, 11250, 13122, 15625, 31250, 32768, 40000, 45000, 46656, 52488, 59049, 65536, 80000, 93312, 117649, 118098, 125000, 235298, 262144, 294912 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
It can be shown that this is a subsequence of A028982.
LINKS
MATHEMATICA
Select[Range[300000], CoprimeQ[DivisorSigma[0, #], DivisorSigma[4, #]]&] (* Harvey P. Dale, May 30 2012 *)
PROG
(PARI) isok(n) = gcd(sigma(n, 4), numdiv(n)) == 1; \\ Michel Marcus, Sep 24 2019
CROSSREFS
Sequence in context: A118962 A096033 A073413 * A259672 A163619 A166968
KEYWORD
nonn
AUTHOR
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 23 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)