The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A109990 Numbers n such that the string 77n is prime. 1
3, 17, 23, 27, 41, 53, 57, 59, 89, 93, 101, 137, 141, 153, 167, 171, 191, 201, 213, 237, 239, 243, 249, 261, 263, 267, 269, 279, 291, 317, 323, 339, 347, 351, 359, 369, 377, 383, 417, 419, 431, 447, 471, 477, 479, 489, 491, 509, 513, 521, 527, 543, 549, 551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=3 then 77n = 773 (prime).
If n=93 then 77n = 7793 (prime).
MAPLE
select(n -> isprime(77*10^(1+ilog10(n))+n), [$1..1000]); # Robert Israel, Jul 30 2014
MATHEMATICA
Select[Range[700], PrimeQ[77 10^IntegerLength[#] + #] &] (* Vincenzo Librandi, Jul 30 2014 *)
PROG
(Magma) [n: n in [1..600] | IsPrime(Seqint(Intseq(n) cat [7, 7])) ]; // Vincenzo Librandi, Jul 30 2014
CROSSREFS
Sequence in context: A298469 A173579 A093024 * A019369 A019380 A296937
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Sep 01 2005
EXTENSIONS
More terms from Vincenzo Librandi, Mar 27 2010
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 June 9 20:03 EDT 2024. Contains 373248 sequences. (Running on oeis4.)