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!)
A109356 Numbers k such that the string 235723572357k is prime. 1
1, 31, 59, 83, 97, 157, 193, 197, 233, 289, 347, 367, 409, 431, 439, 443, 547, 683, 701, 731, 733, 769, 781, 787, 797, 839, 877, 961, 1019, 1039, 1061, 1123, 1177, 1181, 1213, 1249, 1277, 1283, 1301, 1349, 1373, 1423, 1457, 1579, 1649, 1667, 1721 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If k=1 then 235723572357k = 2357235723571 (prime).
If k=289 then 235723572357k = 235723572357289 (prime).
MATHEMATICA
Select[Range[2000], PrimeQ[235723572357*10^IntegerLength[#]+#]&] (* Harvey P. Dale, Aug 10 2017 *)
PROG
(Magma) [ n: n in [1..1750] | IsPrime(Seqint(Intseq(n) cat [7, 5, 3, 2, 7, 5, 3, 2, 7, 5, 3, 2])) ]; // Vincenzo Librandi, Feb 02 2011
CROSSREFS
Sequence in context: A096453 A218794 A218771 * A061251 A166604 A039350
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Aug 22 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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)