login
This site is supported by donations 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; internal format)
OFFSET

1,2

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])) ]; [From Vincenzo Librandi, Feb 02 2011]

CROSSREFS

Sequence in context: A087168 A191087 A032454 * A198441 A058529 A120681

Adjacent sequences:  A107640 A107641 A107642 * A107644 A107645 A107646

KEYWORD

nonn,base,less

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jun 09 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 16 11:51 EST 2012. Contains 205908 sequences.