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.

A183008 a(n) = 24*p(n) = 24*A000041(n).

Original entry on oeis.org

24, 24, 48, 72, 120, 168, 264, 360, 528, 720, 1008, 1344, 1848, 2424, 3240, 4224, 5544, 7128, 9240, 11760, 15048, 19008, 24048, 30120, 37800, 46992, 58464, 72240, 89232, 109560, 134496, 164208, 200376, 243432, 295440, 357192, 431448, 519288, 624360, 748440
Offset: 0

Views

Author

Omar E. Pol, Jan 22 2011

Keywords

Comments

a(n) is also the area of one of the faces of the rectangular cuboid which is a three-dimensional version of the shell model of partitions of n. The areas of the other faces are A008606(n)=24*n and A066186(n)=n*p(n), where p(n) is the number of partitions of n. See A135010 for more information.

Examples

			The number of partitions of 6 is p(6) = A000041(6) = 11, so a(6) = 24*11 = 264.
		

Crossrefs

Programs

  • Mathematica
    24 PartitionsP[Range[0,40]] (* Harvey P. Dale, Sep 17 2024 *)