login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A328932
Number of primes that are a concatenation of two positive integers whose sum is prime(n).
2
1, 0, 2, 2, 4, 3, 2, 6, 5, 9, 6, 7, 10, 11, 12, 14, 12, 16, 14, 17, 12, 15, 16, 20, 19, 19, 20, 17, 23, 23, 18, 27, 28, 24, 30, 25, 26, 26, 28, 30, 27, 30, 32, 27, 25, 27, 37, 42, 38, 32, 32, 33, 30, 39, 38, 36, 43, 38, 43, 42, 36, 36, 47, 47, 49, 38, 45, 48, 51, 50
OFFSET
1,3
LINKS
FORMULA
a(n) = A328903(A000040(n)).
EXAMPLE
a(3) = 2 because primes 23, 41 are concatenations of prime(3) = 5 = 2 + 3 = 4 + 1.
MAPLE
a:= n-> (p-> add(`if`(isprime(parse(cat(i,
p-i))), 1, 0), i=1..p-1))(ithprime(n)):
seq(a(n), n=1..80); # Alois P. Heinz, Oct 31 2019
CROSSREFS
Subsequence of A328903.
Sequence in context: A112154 A112155 A355476 * A341148 A209749 A248345
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved

  NODES
orte 1
see 1
Story 1