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!)
A351048 Numbers k such that tau(k) | k'. 1
1, 8, 9, 15, 20, 35, 39, 44, 51, 55, 68, 72, 87, 91, 92, 95, 108, 111, 112, 115, 116, 119, 123, 128, 143, 155, 159, 160, 164, 183, 187, 188, 189, 196, 203, 212, 215, 219, 235, 236, 247, 259, 267, 272, 284, 287, 291, 295, 299, 303, 319, 323, 327, 332, 335, 339, 352, 355, 356 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A000005(k) divides A003415(k).
LINKS
EXAMPLE
39 is in the sequence since tau(39) = 4 | 16 = 39'.
MATHEMATICA
q[1] = True; q[n_] := Module[{f = FactorInteger[n]}, Divisible[n * Plus @@ ((Last[#]/First[#]) & /@ f), Times @@ (1 + Last[#] & /@ f)]]; Select[Range[350], q] (* Amiram Eldar, Feb 03 2022 *)
CROSSREFS
Cf. A000005 (tau), A003415 (arithmetic derivative), A351163.
Sequence in context: A256351 A050688 A134334 * A292188 A301659 A265221
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Feb 03 2022
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)