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!)
A171126 Numbers k such that A169611(k) = 1. 3
2, 3, 10, 14, 15, 21, 22, 26, 33, 34, 38, 39, 46, 50, 51, 57, 58, 62, 69, 70, 74, 75, 82, 86, 87, 93, 94, 98, 105, 106, 110, 111, 118, 122, 123, 129, 130, 134, 141, 142, 146, 147, 154, 158, 159, 165, 166, 170, 177, 178, 182, 183, 190, 194, 195, 201, 202, 206, 213 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Appears to be numbers k such that tau(36*k) = 2*tau(6*k). - Gary Detlefs, Jan 13 2020
The asymptotic density of this sequence is 5/18. - Amiram Eldar, Jan 16 2022
LINKS
MATHEMATICA
f[n_] := Plus @@ Last /@ Select[ FactorInteger@ n, 1 < #[[1]] < 4 &]; Select[ Range@ 213, f@# == 1 &] (* Robert G. Wilson v, Dec 19 2009 *)
PROG
(PARI) isok(n) = valuation(n, 2)+valuation(n, 3) == 1; \\ Michel Marcus, Jan 13 2020
CROSSREFS
Cf. A000005 (tau), A169611.
Sequence in context: A023856 A267008 A129315 * A299205 A268878 A194544
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Dec 19 2009
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.)