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.

A258481 Whole number sieve of Phi.

Original entry on oeis.org

1, 3, 9, 48, 4, 8, 9, 9, 6, 5, 5, 0, 28, 70, 0, 89, 11, 48, 5, 8, 7, 8, 53, 3, 0, 26, 4, 6, 5, 9, 5, 8, 26, 3, 6, 20, 9, 1, 3, 43, 6, 86, 43, 4, 0, 0, 80, 7, 4, 4, 9, 1, 3, 86, 4, 77, 4, 70, 8, 74, 4, 2, 7, 6, 9, 88, 74, 7, 57, 8, 4, 0, 0, 28, 4, 62, 3, 4, 170, 6, 69, 87, 2
Offset: 1

Views

Author

Manfred Scheucher, Jun 05 2015

Keywords

Examples

			Find the first occurrence of 0 (the first whole number) in the digits of Phi (only 35 digits in this illustration):
16180339887498948482045868343656381..., and replace it with a space:
1618 339887498948482045868343656381...  Repeat the process with the next whole number, 1:
618 339887498948482045868343656381...  Then 2:
618 33988749894848 045868343656381...  Then 3:
618  3988749894848 045868343656381...  Then 4,5,6,7, etc., until the first occurrence of every counting number is eliminated from the digits of Phi.
  1   3     9    48 04 8           ...  Then consolidate gaps between the remaining digits into a single comma:
1,3,9,48,4,8,9,9,6,5,5,0,28,70,0,  ...  to produce the first terms in the whole number sieve of Phi.
		

Crossrefs