The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A370597 Even numbers k such that gcd(k, A007814(k)) = 1. 1
2, 6, 8, 10, 14, 18, 22, 26, 30, 32, 34, 38, 40, 42, 46, 50, 54, 56, 58, 62, 66, 70, 74, 78, 82, 86, 88, 90, 94, 96, 98, 102, 104, 106, 110, 114, 118, 122, 126, 128, 130, 134, 136, 138, 142, 146, 150, 152, 154, 158, 162, 166, 170, 174, 178, 182, 184, 186, 190, 194, 198, 200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The asymptotic density of this sequence is Sum_{k>=0} (phi(2*k+1)/((2*k+1)*2^(2*k+2))) = 0.30845704942203403516..., where phi is Euler's totient function (A000010).
LINKS
MATHEMATICA
Select[2 * Range[200], CoprimeQ[#, IntegerExponent[#, 2]] &]
PROG
(PARI) is(n) = !(n%2) && gcd(n, valuation(n, 2)) == 1;
CROSSREFS
Sequence in context: A187692 A036554 A260400 * A296387 A302658 A324175
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, Feb 23 2024
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)