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.

A118018 Indices of prime complementary Bell numbers (in absolute value).

Original entry on oeis.org

5, 36, 723
Offset: 1

Views

Author

Eric W. Weisstein, Apr 10 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], PrimeQ[Abs[BellB[#, -1]]] &] (* Vaclav Kotesovec, Sep 09 2019 *)