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.

A103174 Numbers k with increasing digits such that the digits of k appear among the digits of the k-th prime number.

Original entry on oeis.org

7, 5789, 234567, 345679
Offset: 1

Views

Author

Labos Elemer, Feb 28 2005

Keywords

Comments

We assume digits of k are in increasing order. No terms < 10^7.
Sequence is complete. - Giovanni Resta, Apr 29 2017

Examples

			n: {7, 5789, 234567, 345679}
prime(n): {17, 57089, 3264857, 4956733}
		

Crossrefs

Programs

  • Mathematica
    Select[Rest@ Union[FromDigits /@ Subsets@ Range@ 9], SubsetQ @@ IntegerDigits@ {Prime@#, #} &] (* Giovanni Resta, Apr 29 2017 *)

Extensions

Definition edited by Giovanni Resta, May 01 2017