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.

A324199 Numbers n such that A324187(n) = 0.

Original entry on oeis.org

0, 6, 60, 98, 108, 928, 930, 946, 1874, 3506, 6688, 7496, 7980, 13640, 14476, 15148, 15956, 27168, 30290, 30292, 32752, 59528, 59986, 60556, 60580, 64338, 65432, 108680, 109732, 119972, 121108, 126280, 126872, 130856, 218276, 229160, 242210, 242306, 438914, 454552, 484420, 484640, 485512, 496904, 507032, 518688, 522848, 523400, 811556, 877636
Offset: 1

Views

Author

Antti Karttunen, Feb 17 2019

Keywords

Comments

Sequence A243071(A001599(k)), k >= 1, sorted into ascending order. See also comments in A324185.
Also positions of zeros in A324189.

Crossrefs

Cf. A324200 (subsequence).

Programs

  • PARI
    for(n=0,2^21,if(0==A324187(n),print1(n,", "))); \\ Uses code from A324187.