editing
approved
editing
approved
(MAGMA) [n: n in [0..1000] | IsPrime(Seqint(Intseq(23571113171923) cat Intseq(n)))]; // Vincenzo Librandi, Set 28 2018
proposed
editing
editing
proposed
Select[Range[1000], PrimeQ[10^14 # + 23571113171923] &] (* Vincenzo Librandi, Sep 28 2018 *)
(MAGMA) [n: n in [0..1000] | IsPrime(Seqint(Intseq(23571113171923) cat Intseq(n)))]; // Vincenzo Librandi, Set 28 2018
proposed
editing
editing
proposed
Robert Israel, <a href="/A103541/b103541.txt">Table of n, a(n) for n = 1..10000</a>
select(t -> isprime(t*10^14+23571113171923), [$0..1000]); # Robert Israel, Sep 28 2018
approved
editing
proposed
approved
editing
proposed
If At n=1, then n23571113171923 = 123571113171923 (prime).
If At n=25, then n23571113171923 = 2523571113171923 (prime).
If At n=136, then n23571113171923 = 13623571113171923 (prime).
fQ[n_] := PrimeQ[ FromDigits[ Join[ IntegerDigits[n], {2, 3, 5, 7, 1, 1, 1, 3, 1, 7, 1, 9, 2, 3}]]]; Select[ Range[ 983], fQ[ # ] &] (from * _Robert G. Wilson v _, Mar 26 2005 *)
approved
editing
More terms from _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Mar 26 2005