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.

A268285 a(n) = prime(Bell(n)).

Original entry on oeis.org

2, 3, 11, 47, 239, 1237, 6823, 39323, 239069, 1525561, 10225829, 71726531, 525861911, 4020740833, 32003840389, 264714821617, 2271484704413, 20189330678347, 185603551570757
Offset: 1

Views

Author

Vincenzo Librandi, Jan 30 2016

Keywords

Crossrefs

Programs

  • Magma
    [NthPrime(Bell(n)): n in [1..14]];
  • Mathematica
    Table[Prime[BellB[n]], {n, 19}]