cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A331031 The prime numbers that are prime-indexed primes and whose digit sum, adjacent digit sum concatenation, and adjacent digit difference concatenation are also primes.

Original entry on oeis.org

41, 83, 401, 2063, 6863, 10909, 20063, 26489, 44621, 105229, 187067, 205507, 233267, 238547, 240047, 243301, 256307, 346763, 367021, 376003, 395581, 555707, 562181, 563467, 600203, 613243, 644843, 675263, 689789, 785801, 787601, 837667, 845381, 954263, 959389, 1070203
Offset: 1

Views

Author

Scott R. Shannon, Jan 07 2020

Keywords

Comments

This sequence lists the prime numbers that are prime-indexed primes, see A006450, and whose digit sum A007953, concatenation of adjacent digit sums A053392, and concatenation of adjacent digit differences A040115, are also primes. This is a subsequence of A006450 and A330653. There are 267 terms for primes up to 20491057.

Examples

			a(4) = 2063 as 2063 is the 311th prime, 2+0+6+3 = 11, '2+0'+'0+6'+'6+3' = 269, '|2-0|'+'|0-6|'+'|6-3|' = 263, and 2063, 311, 11, 269, 263 are all prime.
		

Crossrefs