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!)
A111070 Twin prime pairs using digits 1 and 3 only. 1
11, 13, 311, 313, 131111, 131113, 313331, 313333, 1131131, 1131133, 3331331, 3331333, 3333131, 3333133, 3333311, 3333313, 111113111, 111113113, 113331311, 113331313, 331313111, 331313113, 331331111, 331331113, 333331331, 333331333 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Both the members of the twin prime pairs are included.
LINKS
FORMULA
a(2k) = a(2k-1) + 2.
MATHEMATICA
s = Select[Flatten @ Table[FromDigits /@ Tuples[{1, 3}, k], {k, 1, 9}], And @@ PrimeQ[10 # + {1, 3}] &]; Flatten @ Transpose @ {10 s + 1, 10 s + 3} (* Amiram Eldar, Dec 28 2019 *)
CROSSREFS
Sequence in context: A093605 A288304 A155967 * A110115 A073765 A360277
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Jan 02 2006
EXTENSIONS
Corrected and extended by Farideh Firoozbakht, Jan 05 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 May 16 03:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)