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.

A167458 Indices of numbers in A167459 which are not in A066737.

Original entry on oeis.org

24, 25, 26, 27, 53, 54, 55, 88, 89, 90, 124, 125, 126, 127, 181, 182, 183, 215, 216, 268, 269, 270, 271, 303, 304, 305, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364
Offset: 1

Views

Author

M. F. Hasler, Nov 19 2009

Keywords

Comments

Also, indices of terms in A167459 which are in A166505 (or: which are not in A152242).

Crossrefs

Programs

  • PARI
    c=0; for(n=1,9999, is_A167459(n) & c++ & !is_A152242(n) & print1(c", "))