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!)
A103118 Numbers k such that 100*k + 57 is prime. 6
1, 2, 4, 5, 7, 8, 16, 23, 25, 26, 28, 29, 32, 34, 35, 40, 41, 43, 44, 46, 49, 55, 56, 58, 62, 68, 70, 74, 77, 91, 92, 98, 103, 104, 106, 109, 110, 112, 116, 121, 124, 127, 134, 137, 140, 145, 146, 149, 160, 166, 172, 176, 179, 182, 184, 187, 191, 194, 203, 208, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If k=1, then k57 = 157 (prime).
If k=26, then k57 = 2657 (prime).
If k=58, then k57 = 5857 (prime).
MATHEMATICA
Select[Range[300], PrimeQ[100# + 57] &] (* Stefan Steinerberger, Mar 06 2006 *)
PROG
(PARI) is(n)=isprime(100*n + 57) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A135693 A135367 A141493 * A346140 A262969 A158029
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Mar 16 2005
EXTENSIONS
More terms from Stefan Steinerberger, Mar 06 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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)