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.

A257835 Whole number sieve of e.

Original entry on oeis.org

28, 2, 2, 5, 6, 9, 24, 9, 9, 57, 9, 6, 6, 3, 5, 2, 6, 27, 6, 3, 0, 99, 7, 35, 6, 0, 0, 59, 30, 28, 4, 6, 33, 75, 25, 4, 0, 40, 7, 6, 8, 4, 5, 4, 7, 5, 5, 70, 0, 4, 75, 49, 2, 3, 9, 7, 3, 4, 15, 6, 25, 9, 44, 5, 0, 4, 6, 6, 9, 3, 2, 99, 35, 2, 33, 5, 69, 8, 62, 30, 8
Offset: 1

Views

Author

Manfred Scheucher, Jun 05 2015

Keywords

Comments

Find the first occurrence of 0 (the first whole number) in the digits of e (only 35 digits in this illustration):
27182818284590452353602874713526625..., and replace it with a space:
2718281828459 452353602874713526625... Repeat the process with the next whole number, 1:
27 8281828459 452353602874713526625... Then 2:
7 8281828459 452353602874713526625... Then 3:
7 8281828459 452 53602874713526625... Then 4,5,6,7, etc., until the first occurrence of every counting number is eliminated from the digits of e.
28 2 02 5 6 ... Then consolidate gaps between the remaining digits into a single comma:
28,2,2,5,6,9,24,9,9,57,9,6,6,3,5,2,... to produce the first terms in the whole number sieve of e.

Crossrefs