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
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
Sequence in context: A371843 A056016 A231997 * A346591 A152002 A171127
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 September 14 09:44 EDT 2024. Contains 375921 sequences. (Running on oeis4.)