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!)
A286228 Numbers n such that d(n) = 2^omega(n) + omega(n) where d = A000005 and omega = A001221. 1
1, 4, 9, 12, 18, 20, 25, 28, 44, 45, 49, 50, 52, 63, 68, 75, 76, 92, 98, 99, 116, 117, 121, 124, 147, 148, 153, 164, 169, 171, 172, 175, 188, 207, 212, 236, 242, 244, 245, 261, 268, 275, 279, 284, 289, 292, 316, 325, 332, 333, 338, 356, 361, 363, 369, 387, 388, 404, 412, 423, 425, 428 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1 is in this sequence because d(1) = 1 is equal to 2^omega(1) + omega(1) = 2^0 + 0 = 1.
MATHEMATICA
Select[Range@ 432, Function[f, DivisorSigma[0, #] == 2^f + f]@ PrimeNu@ # &] (* Michael De Vlieger, May 04 2017 *)
PROG
(PARI) isok(n) = numdiv(n) == 2^omega(n) + omega(n); \\ Michel Marcus, May 07 2017
CROSSREFS
Supersequence of A001248 and of A054753.
Cf. A006127.
Sequence in context: A067259 A349931 A060687 * A312863 A312864 A326071
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)