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.

A162324 Write the natural numbers as an infinite sequence of digits; starting at the left, cut into the smallest pieces so that each piece is a prime. Leading zeros are thrown away.

Original entry on oeis.org

1234567891, 11, 1213, 14151617, 181, 920212223242526272829303132333435363738394041424344454647484950515253, 5
Offset: 1

Views

Author

Keywords

Comments

This is a "lossy" base-ten sequential-smallest-prime percolation of a Champernowne-substrate. The "lossless" version is A103575. The substrate percolates into identical terms 4-115 for both lossy and lossless versions. Terms 119-155 and 158-221 of the lossy version correspond to terms 117-153 and 155-218, respectively, of the lossless version. No other correspondences are known because of the subsequent interjection of very large primes. (For the purposes of this analysis, large probable primes have been treated as actual primes.)

Examples

			After 1234567891 the next digit is 0 that has to be rejected. Next digits are 11 (prime); then 12, 13 (1213 prime); etc.
		

Crossrefs

Extensions

Edited by Hans Havermann, Dec 07 2009