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.

A079609 a(n) = (b(p)-2)/p where b(k) denotes Bell numbers and p = prime(n).

Original entry on oeis.org

0, 1, 10, 125, 61688, 2126495, 4874404106, 306986431845, 1919652428481928, 2459993170305526730730, 332043836975044402745021, 1428874762393255348701231773647, 57345183115624820200016928713263146
Offset: 1

Views

Author

Benoit Cloitre, Jan 28 2003

Keywords

Crossrefs

Cf. A000110.

Programs

  • Mathematica
    Table[(BellB[(p = Prime[i])] - 2)/p, {i, 1, 10}] (* Amiram Eldar, Nov 23 2019 *)

Formula

a(p) = ((Sum_{k>=0} k^p/k!)/e-2)/p.