OFFSET
1,2
COMMENTS
Complement of A030457.
Conjecture: a(n) ~ n. - Charles R Greathouse IV, Jul 23 2016
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[100], !PrimeQ[FromDigits[Join[IntegerDigits[#], IntegerDigits[# + 1]]]] &]
PROG
(Magma) [n: n in [1..500] | not IsPrime(Seqint(Intseq(n+1) cat Intseq(n)))]
(PARI) is(n)=!isprime(eval(Str(n, n+1))) \\ Charles R Greathouse IV, Jul 23 2016
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Vincenzo Librandi, Jul 23 2016
STATUS
approved