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.

A086049 Position of first occurrence of n-th prime in concatenated primes (A033308, Copeland-Erdos constant).

Original entry on oeis.org

2, 3, 4, 5, 6, 8, 10, 12, 2, 16, 9, 20, 22, 24, 26, 28, 30, 32, 34, 5, 38, 40, 42, 44, 46, 48, 51, 54, 57, 7, 63, 8, 19, 72, 75, 78, 81, 84, 33, 37, 93, 96, 99, 102, 105, 108, 111, 114, 117, 120, 123, 126, 129, 132, 135, 138, 141, 64, 147, 150, 153, 16, 159, 67, 18
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 07 2003

Keywords

Comments

A033308(a(n)) = A000030(A000040(n));
A033308(a(n)+i) = A033307(A086044(A000040(n))+i), 0 <= i < A055642(A000040(n)).

Crossrefs

Programs

  • Maple
    N:= 100: # for a(1)..a(N)
    S:= cat(".",seq(ithprime(i),i=1..N)):
    seq(StringTools:-Search(convert(ithprime(i),string),S),i=1..N); # Robert Israel, Jun 28 2019
Showing 1-1 of 1 results.