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!)
A117738 Least number d such that 10^n -/+ 3d form a prime pair. 1
1, 1, 3, 23, 43, 13, 87, 71, 153, 11, 19, 13, 89, 219, 119, 459, 1, 129, 633, 131, 71, 217, 1091, 911, 1141, 511, 143, 201, 377, 379, 371, 377, 83, 201, 993, 53, 143, 307, 423, 919, 259, 263, 759, 3933, 3, 1781, 607, 2327, 7683, 541, 3443, 6507, 4023, 3399, 899 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
A115564(n)/3.
MATHEMATICA
f[n_] := Block[{k = 1}, While[ ! PrimeQ[10^n - 3k] || ! PrimeQ[10^n + 3k], k++ ]; k]; Array[f, 55]
CROSSREFS
Sequence in context: A309935 A212396 A319976 * A014582 A146142 A105854
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 12 2006
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 8 16:46 EDT 2024. Contains 373224 sequences. (Running on oeis4.)