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!)
A220144 The values of k in A220143. 2

%I #8 Dec 30 2019 10:05:57

%S 4,6,9,18,24,42,54,120,258,396,420,594,744,840,1074,1800,2130,2172,

%T 2256,2304,2550,2778,3282,3792,3894,4170,4488,4578,4626,4848,5562,

%U 5754,6192,6252,7260,7428,7920,9654

%N The values of k in A220143.

%t t = {{1, 4}}; Do[k = 1; While[! (PrimeQ[k*n - 1] && PrimeQ[k*n + 1]), k++]; If[k > t[[-1, 2]], AppendTo[t, {n, k}]], {n, 2, 100000}]; Transpose[t][[2]]

%Y Cf. A071558, A220143.

%K nonn,more

%O 1,1

%A _T. D. Noe_, Jan 08 2013

%E More terms from _Amiram Eldar_, Dec 30 2019

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 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)