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!)
A297415 Numbers k such that A019320(k) is in A217465. 2

%I #12 Jul 17 2021 23:36:07

%S 25,36,52,92,124,306,361,630,656,1648,1780,2508,3300,3540,5728,6260,

%T 6450,7500,10820,12656,14076,14132,18836,20960,23456,24272,35280,43136

%N Numbers k such that A019320(k) is in A217465.

%o (PARI) is_A297415(n) = my(m=polcyclo(n, 2)); (m>1) && Mod(2, m*(m+1))^m==2 && !ispseudoprime(m);

%Y Cf. A019320, A217465, A297412.

%Y Set difference of A297414 and ({1} U A072226).

%K nonn,more

%O 1,1

%A _Max Alekseyev_, Dec 29 2017

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 20 02:34 EDT 2024. Contains 372703 sequences. (Running on oeis4.)