login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110705 Numbers n such that "n 42's followed by 43" is prime. 1
0, 1, 2, 3, 4, 7, 17, 24, 59, 199, 743, 2558 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Next term, if it exists, is > 3000.

MATHEMATICA

t = 1; Do[ t = t*100 - 57; If[PrimeQ[t], Print[n]], {n, 0, 3000}]

CROSSREFS

Cf. A110704.

Sequence in context: A068194 A134459 A179985 * A139439 A119330 A084644

Adjacent sequences:  A110702 A110703 A110704 * A110706 A110707 A110708

KEYWORD

nonn,more

AUTHOR

Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 04 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 11:36 EST 2012. Contains 205623 sequences.