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
4, 6, 9, 18, 24, 42, 54, 120, 258, 396, 420, 594, 744, 840, 1074, 1800, 2130, 2172, 2256, 2304, 2550, 2778, 3282, 3792, 3894, 4170, 4488, 4578, 4626, 4848, 5562, 5754, 6192, 6252, 7260, 7428, 7920, 9654 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..38.

MATHEMATICA

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]]

CROSSREFS

Cf. A071558, A220143.

Sequence in context: A036667 A056016 A231997 * A346591 A152002 A171127

Adjacent sequences: A220141 A220142 A220143 * A220145 A220146 A220147

KEYWORD

nonn,more

AUTHOR

T. D. Noe, Jan 08 2013

EXTENSIONS

More terms from Amiram Eldar, Dec 30 2019

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 March 24 04:28 EDT 2023. Contains 361454 sequences. (Running on oeis4.)