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!)
A033858 Numbers k such that j(k) + ud(k) = d(k), where j(k) = A033831, ud(k) = number of unitary divisors of k (A034444), d(k) = number of divisors of k (A000005). 1
1, 2, 4, 8, 9, 12, 20, 24, 25, 27, 40, 49, 54, 88, 104, 120, 121, 125, 135, 136, 152, 168, 169, 184, 189, 232, 248, 250, 264, 270, 280, 289, 296, 297, 312, 328, 343, 344, 351, 361, 375, 376, 378, 408, 424, 440, 456, 459, 472, 488, 513, 520, 529, 536, 568, 584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
j[n_] := DivisorSum[n, 1&, # > 2 && n/# < #-1 &]; Select[Range[10^3], j[#] + 2^PrimeNu[#] == DivisorSigma[0, #] &] (* Amiram Eldar, Jul 14 2019 *)
CROSSREFS
Sequence in context: A098374 A182852 A318083 * A010379 A010395 A136805
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from Amiram Eldar, Jul 14 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 23 08:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)