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!)
A102758 Numbers k such that k3333333 is prime. 1
8, 10, 11, 22, 37, 59, 64, 71, 77, 82, 85, 89, 94, 98, 103, 109, 116, 119, 130, 134, 142, 145, 151, 154, 158, 166, 173, 178, 184, 215, 229, 236, 247, 250, 253, 259, 275, 298, 299, 301, 310, 316, 317, 323, 346, 347, 364, 380, 385, 389, 401, 406, 422, 425, 449, 460, 464, 467, 470 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If k=8, then k3333333 = 83333333 (prime).
If k=71, then k3333333 = 713333333 (prime).
If k=103, then k3333333 = 1033333333 (prime).
MATHEMATICA
Select[Range[500], PrimeQ[# 10^7+3333333]&] (* Harvey P. Dale, Aug 28 2019 *)
PROG
(Magma) [ n: n in [1..700] | IsPrime(Seqint([3, 3, 3, 3, 3, 3, 3] cat Intseq(n))) ]; // Vincenzo Librandi, Feb 03 2011
CROSSREFS
Sequence in context: A062372 A374349 A046031 * A176815 A338473 A336143
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Feb 25 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 July 28 20:51 EDT 2024. Contains 374726 sequences. (Running on oeis4.)