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.

A276201 Largest prime < A019518(n).

Original entry on oeis.org

19, 233, 2351, 235699, 23571103, 2357111297, 235711131709, 23571113171891, 2357111317192243, 235711131719232929, 23571113171923293127, 2357111317192329313727, 235711131719232931374061, 23571113171923293137414303, 2357111317192329313741434739, 235711131719232931374143475271
Offset: 2

Views

Author

Ilya Gutkovskiy, Aug 24 2016

Keywords

Comments

The complement of A074366.

Examples

			a(5) = 235699, because this is the largest prime less than 235711 (concatenation of first 5 primes, written in decimal system).
		

Crossrefs

Programs

  • Mathematica
    Table[NextPrime[FromDigits[Flatten[IntegerDigits[Prime[Range[n]]]]], -1], {n, 2, 17}]

Formula

a(n) = A151799(A019518(n)).
a(n) = A000040(A000720(A019518(n)-1)).