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.

Showing 1-1 of 1 results.

A255976 Primes that are the concatenation of two 3-digit primes.

Original entry on oeis.org

101107, 101113, 101149, 101173, 101197, 101281, 101293, 101347, 101359, 101383, 101419, 101449, 101467, 101503, 101599, 101641, 101653, 101701, 101719, 101797, 101839, 101863, 101929, 101977, 103307, 103349, 103409, 103421, 103457, 103577, 103613
Offset: 1

Views

Author

Zak Seidov, Mar 12 2015

Keywords

Comments

The last term is a(2753)=997991.

Crossrefs

A168529 is a subsequence.
Subsequence of A105184.

Programs

  • Mathematica
    Select[1000 First@ # + Last@ # & /@ Permutations[Select[Range[100, 999], PrimeQ], {2}], PrimeQ] (* Michael De Vlieger, Mar 13 2015 *)
Showing 1-1 of 1 results.