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.

A321128 Single-digit numbers in the order in which they first appear in the decimal expansions of prime numbers, followed by the two-digit numbers in the order in which they appear, then the three-digit numbers, and so on.

Original entry on oeis.org

2, 3, 5, 7, 1, 9, 4, 6, 8, 0, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 10, 12, 27, 39, 14, 49, 15, 51, 57, 16, 63, 18, 81, 91, 93, 99, 21, 22, 33, 24, 25, 26, 69, 77, 28, 30, 34, 35, 36, 38, 40, 42, 44, 45, 46, 48, 87
Offset: 1

Views

Author

Rémy Sigrist, Oct 27 2018

Keywords

Comments

This sequence is a variant of A321043.
This sequence establishes a bijection from the positive integers to the nonnegative integers; see A320938 for the inverse.
Prime numbers appear in increasing order.

Examples

			The first terms, alongside the corresponding prime numbers, are:
  n   a(n)  Prime
  --  ----  -----
   1     2      2
   2     3      3
   3     5      5
   4     7      7
   5     1     11
   6     9     19
   7     4     41
   8     6     61
   9     8     83
  10     0    101
  11    11     11
  12    13     13
  ...
  30    89     89
  31    97     97
  32    10    101
  33    12    127
  34    27    127
  35    39    139
  36    14    149
  37    49    149
		

Crossrefs

Cf. A000010, A000040, A320938 (inverse), A321043.

Programs

  • PARI
    See Links section.
Showing 1-1 of 1 results.