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.

A068325 Self-conjugate digitized partition numbers.

Original entry on oeis.org

0, 1, 21, 22, 311, 321, 332, 333, 4111, 4211, 4321, 4331, 4422, 4432, 4443, 4444, 51111, 52111, 53211, 53311, 54221, 54321, 54431, 54441, 55222, 55322, 55432, 55442, 55533, 55543, 55554, 55555, 611111, 621111, 632111, 633111, 642211
Offset: 0

Views

Author

Henry Bottomley, Feb 27 2002

Keywords

Comments

Cannot write a(512) or higher in decimal because of need to have a single digit for ten.

Examples

			0, 1, 2+1, 2+2, 3+1+1, 3+2+1, 3+3+2, 3+3+3 etc. are all self conjugate partitions.
		

Crossrefs

Cf. A068743 for digitized partition numbers, A000700 for number of terms having digit sum of n, A011782 for number of terms with n digits (also first/largest digit n) and also number of terms with k(>n) number of digits and second digit n+1, A000079 for number of terms with up to n digits (also first/largest digit up to n), a(A000225(n))=A053422(n).