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.

A221176 a(n) = Sum_{i=0..n} Stirling2(n,i)*2^(4i).

Original entry on oeis.org

1, 16, 272, 4880, 91920, 1810192, 37142288, 791744272, 17490370320, 399558315792, 9421351690000, 228916588400400, 5723078052339472, 147025755978698512, 3876566243300318992, 104789417805394595600, 2901159958960121863952, 82188946843192555474704, 2380551266738846355103504, 70441182699006212824911632
Offset: 0

Views

Author

N. J. A. Sloane, Jan 04 2013

Keywords

Comments

The number of ways of putting n labeled balls into a set of bags and then putting the bags into 16 labeled boxes. - Peter Bala, Mar 23 2013

Crossrefs

Programs

  • Mathematica
    With[{nn=20},CoefficientList[Series[Exp[16 (Exp[x]-1)],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Dec 19 2024 *)

Formula

E.g.f. exp(16*(exp(x) - 1)). - Peter Bala, Mar 23 2013