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!)
A368424 Numbers k such that gcd(A019320(k), A019321(k)) > 1. 2
4, 11, 18, 20, 23, 28, 35, 43, 48, 52, 83, 95, 100, 119, 131, 138, 148, 155, 162, 166, 172, 179, 191, 196, 204, 210, 214, 239, 251, 253, 268, 292, 299, 300, 316, 323, 342, 359, 371, 378, 388, 419, 431, 443, 460, 463, 491, 500, 508, 515, 537, 556, 564, 575 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding greatest common divisors are given in A368425.
LINKS
EXAMPLE
a(1) = 4 since A019320(4) = 5 and A019321(4) = 10.
MAPLE
select(k -> igcd(numtheory:-cyclotomic(k, 2),
numtheory:-cyclotomic(k, 3)) > 1, [$1..1000]); # Robert Israel, Dec 26 2023
MATHEMATICA
Select[Range[600], GCD[Cyclotomic[#, 2], Cyclotomic[#, 3]]>1&] (* Stefano Spezia, Dec 26 2023 *)
PROG
(PARI) for(n=1, 1000, if(gcd(polcyclo(n, 2), polcyclo(n, 3))>1, print1(n, ", ")))
CROSSREFS
Cf. A019320, A019321, A191609 (prime factors of such gcds), A368425.
Sequence in context: A063556 A133725 A050395 * A059771 A325618 A361131
KEYWORD
nonn
AUTHOR
Tomohiro Yamada, Dec 24 2023
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 June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)