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.

A262554 Triangle read by rows: coefficients in Bell's formula for number of ways of making change when coins have denominations which are powers of 2.

Original entry on oeis.org

1, 1, 1, 1, 3, 2, 1, 9, 16, 8, 1, 35, 130, 160, 64, 1, 201, 1424, 3272, 3072, 1024, 1, 1827, 23682, 91040, 151104, 114688, 32768, 1, 27337, 637328, 3872456, 10136576, 13165568, 8388608, 2097152, 1, 692003, 28867714, 268176288, 1041587776, 2061746176
Offset: 1

Views

Author

N. J. A. Sloane, Oct 09 2015

Keywords

Examples

			Triangle begins:
  1;
  1,    1;
  1,    3,     2;
  1,    9,    16,     8;
  1,   35,   130,   160,     64;
  1,  201,  1424,  3272,   3072,   1024;
  1, 1827, 23682, 91040, 151104, 114688, 32768;
  ...
		

Crossrefs

A002575 and A002576 are diagonals.

Extensions

More terms from Sean A. Irvine, Oct 19 2015