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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102373 Numbers n such that n33333 is prime. 0
7, 11, 26, 28, 32, 34, 37, 44, 49, 56, 62, 64, 70, 85, 95, 103, 106, 110, 119, 121, 125, 127, 130, 134, 140, 142, 154, 166, 167, 170, 176, 181, 209, 215, 217, 236, 259, 275, 277, 281, 293, 296, 307, 313, 319, 320, 323, 329, 337, 343, 347, 349, 370, 376, 379, 382, 392, 400, 407, 412, 415, 424, 431 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

If n=7, then n33333 = 733333 (prime).

If n=49, then n33333 = 4933333 (prime).

If n=95, then n33333 = 9533333 (prime).

MATHEMATICA

Select[Range[500], PrimeQ[FromDigits[Join[IntegerDigits[#], {3, 3, 3, 3, 3} ]]]&] (* From Harvey P. Dale, June 20 2011 *)

PROG

(MAGMA) [ n: n in [1..700] | IsPrime(Seqint([3, 3, 3, 3, 3] cat Intseq(n))) ]; // From Vincenzo Librandi, Feb 04 2011

CROSSREFS

Sequence in context: A160054 A027830 A134043 * A002643 A039287 A045222

Adjacent sequences:  A102370 A102371 A102372 * A102374 A102375 A102376

KEYWORD

base,nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Feb 22 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 21:51 EST 2012. Contains 205978 sequences.