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.

A093952 Partition number A000041(n) mod n.

Original entry on oeis.org

0, 0, 0, 1, 2, 5, 1, 6, 3, 2, 1, 5, 10, 9, 11, 7, 8, 7, 15, 7, 15, 12, 13, 15, 8, 18, 13, 22, 12, 24, 22, 29, 12, 2, 8, 13, 29, 23, 24, 18, 16, 2, 8, 23, 34, 34, 16, 9, 16, 26, 39, 9, 6, 1, 1, 31, 36, 22, 38, 47, 20, 16, 51, 62, 28, 56, 24, 59, 17, 38, 58, 55, 34, 4, 39, 67, 23, 44, 29
Offset: 1

Views

Author

Gary W. Adamson, Apr 18 2004

Keywords

Examples

			a(9) = 3 since the partition number for 9 = 30 and 30 mod 9 = 3.
		

Crossrefs

Cf. A000041.

Programs

  • Mathematica
    Table[ Mod[ PartitionsP@ n, n], {n, 80}] (* Robert G. Wilson v, Mar 25 2011 *)

Extensions

More terms from Pab Ter (pabrlos(AT)yahoo.com), May 24 2004