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!)
A107643 Numbers n such that the string 75n is prime. 0
1, 7, 17, 23, 29, 37, 41, 47, 49, 59, 61, 73, 77, 83, 89, 91, 109, 133, 149, 161, 167, 169, 181, 193, 209, 211, 217, 223, 227, 239, 253, 269, 277, 289, 307, 323, 329, 337, 347, 353, 367, 377, 389, 391, 401, 403, 407, 431, 437, 479, 503, 511, 521, 527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1 is a term as 751 is prime; 2 isn't, as 752 is composite; 37 is, as 7537 is prime.
PROG
(Sage) is_A107643 = lambda n: is_prime(Integer('75'+str(n))) # D. S. McNeil, Dec 10 2010
(Magma) [ n: n in [1..700] | IsPrime(Seqint(Intseq(n) cat [5, 7])) ]; // Vincenzo Librandi, Feb 02 2011
CROSSREFS
Cf. A107642.
Sequence in context: A239210 A191087 A032454 * A289363 A319040 A216838
KEYWORD
nonn,base,less
AUTHOR
Parthasarathy Nambi, Jun 09 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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)