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.

A271420 Nonludicity of n.

Original entry on oeis.org

0, 0, 0, 1, 0, 1, 0, 1, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 3, 1, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 4, 1, 2, 1, 3, 1, 0, 1, 2, 1, 0, 1, 0, 1, 2, 1, 0, 1, 3, 1, 2, 1, 0, 1, 5, 1, 2, 1, 4, 1, 0, 1, 2, 1, 3, 1, 0, 1, 2, 1, 0, 1, 6, 1, 2, 1, 0, 1, 3, 1, 2, 1, 0, 1, 4, 1
Offset: 1

Views

Author

Max Barrentine, Apr 07 2016

Keywords

Comments

If n is ludic, a(n)=0; if n is nonludic, a(n) is the step at which n is rejected from the ludic number sieve.

Crossrefs

Cf. A265859 (analogous version for lucky numbers).

Programs

Formula

a(n) = (1-A192490(n)) * A260738(n). - Antti Karttunen, Sep 11 2016