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!)
A329239 Numbers k such that the sum of unitary divisors of k is a cube. 2
1, 7, 102, 110, 120, 142, 159, 184, 187, 381, 588, 684, 690, 714, 770, 796, 840, 931, 994, 1034, 1054, 1065, 1113, 1128, 1173, 1240, 1265, 1288, 1293, 1309, 1528, 1633, 1643, 2619, 2667, 3638, 3937, 4280, 4505, 4664, 4788, 4830, 4855, 5176, 5572, 5671, 5730 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
7 is a term since usigma(7) = 8 = 2^3, where usigma is A034448.
102 is a term since usigma(102) = 216 = 6^3.
MATHEMATICA
usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); Select[Range[10000], IntegerQ @ Surd[usigma [#], 3] &]
PROG
(PARI) isok(m) = ispower(sumdiv(m, d, if(gcd(d, m/d)==1, d)), 3); \\ Michel Marcus, Mar 15 2020
CROSSREFS
The unitary version of A020477.
Sequence in context: A367137 A367152 A357334 * A020477 A348887 A358159
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 13 2020
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 25 10:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)