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.

A278842 a(n) = permanent M_n where M_n is the n X n matrix m(i,j) = Bell(i+j).

Original entry on oeis.org

1, 2, 55, 27748, 344594008, 136380529541352, 2157772538315935462248, 1668027050325234150218003699928, 75373026050211759045605399079260651909904, 234016759373014155226647943608719679545651260629498624
Offset: 0

Views

Author

Vaclav Kotesovec, Nov 29 2016

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[{1, Table[Permanent[Table[BellB[i+j], {i, 1, n}, {j, 1, n}]], {n, 1, 12}]}]