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!)
A103188 Numbers k such that k711 is prime. 1
2, 5, 10, 13, 26, 28, 38, 43, 44, 47, 49, 52, 55, 56, 58, 68, 71, 77, 85, 86, 91, 97, 98, 104, 110, 121, 125, 127, 131, 133, 136, 142, 143, 148, 149, 160, 167, 170, 176, 181, 182, 184, 185, 187, 188, 190, 197, 211, 218, 223, 224, 229, 232, 239, 241, 244, 245, 247, 257, 265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If k=2, then k711 = 2711 (prime).
If k=43, then k711 = 43711 (prime).
If k=58, then k711 = 58711 (prime).
MATHEMATICA
Select[Range[300], PrimeQ[1000#+711]&] (* Harvey P. Dale, Jul 21 2016 *)
PROG
(Magma) [ n: n in [1..700] | IsPrime(Seqint([1, 1, 7] cat Intseq(n))) ]; // Vincenzo Librandi, Feb 03 2011
CROSSREFS
Cf. A103118.
Sequence in context: A018571 A064233 A051952 * A281229 A185647 A064392
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Mar 18 2005
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)