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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107073 Numbers n such that the string 35n is prime. 0
3, 9, 11, 17, 27, 29, 33, 39, 41, 47, 57, 59, 71, 81, 83, 93, 107, 111, 117, 129, 141, 149, 153, 159, 171, 201, 221, 227, 251, 257, 267, 279, 281, 291, 311, 317, 323, 327, 339, 353, 363, 381, 393, 401, 407, 419, 423, 437, 447, 449, 461, 491, 507, 509, 521, 527 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

If n=47 then 3547 is prime.

MAPLE

A055642 := proc(n) max(1, ilog10(n)+1) ; end: cat2 := proc(a, b) a*10^A055642(b)+b ; end: for n from 1 to 1000 do if isprime( cat2(35, n) ) then printf("%d, ", n) ; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 16 2009]

PROG

(MAGMA) [ n: n in [1..900] | IsPrime(Seqint(Intseq(n) cat [5, 3])) ]; [From Vincenzo Librandi, Feb 03 2011]

CROSSREFS

Cf. A032666. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 16 2009]

Sequence in context: A050538 A062227 A111324 * A173394 A111211 A144181

Adjacent sequences:  A107070 A107071 A107072 * A107074 A107075 A107076

KEYWORD

nonn,base

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jun 07 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 16:24 EST 2012. Contains 205938 sequences.