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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)