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!)
A110674 Numbers k such that the string 1111k is prime. 1
3, 7, 9, 19, 21, 27, 43, 49, 87, 91, 151, 157, 169, 181, 183, 189, 211, 213, 219, 247, 259, 283, 289, 301, 333, 339, 351, 361, 379, 393, 399, 423, 427, 433, 447, 457, 489, 493, 499, 531, 543, 547, 553, 559, 573, 577, 637, 639, 651, 661, 667, 673, 687, 703, 711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If k=91 then 1111k = 111191 (prime).
MATHEMATICA
Select[Range[720], PrimeQ[1111*10^IntegerLength[#] + #] &] (* Michael De Vlieger, Jan 22 2018 *)
PROG
(Magma) [ n: n in [1..1750] | IsPrime(Seqint(Intseq(n) cat [1, 1, 1, 1])) ]; // Vincenzo Librandi, Feb 02 2011
CROSSREFS
Sequence in context: A140118 A191106 A324699 * A003528 A032913 A353397
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Sep 14 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 24 18:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)