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.

This page as a plain text file.
%I A162324 #5 Aug 24 2012 10:50:02
%S A162324 1234567891,11,1213,14151617,181,
%T A162324 920212223242526272829303132333435363738394041424344454647484950515253,
%U A162324 5
%N 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.
%C A162324 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.)
%H A162324 Hans Havermann, <a href="http://chesswanks.com/seq/b162324.txt">Indexed list of terms 1-741 (includes large probable primes)</a>
%e A162324 After 1234567891 the next digit is 0 that has to be rejected. Next digits are 11 (prime); then 12, 13 (1213 prime); etc.
%Y A162324 A073175, A103575, A135605
%K A162324 nonn,base
%O A162324 1,1
%A A162324 _Paolo P. Lava_ and _Giorgio Balzarotti_, Jul 01 2009
%E A162324 Edited by _Hans Havermann_, Dec 07 2009