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.

A182275 Number of ways of dividing an n X n square into rectangles of integer side lengths.

Original entry on oeis.org

1, 1, 8, 322, 70878, 84231996, 535236230270, 18100579400986674, 3250879178100782348462, 3097923464622249063718465240, 15657867573050419014814618149422562, 419678195343896524683571751908598967042082, 59647666241586874002530830848160043213559146735474
Offset: 0

Views

Author

Matthew C. Russell, Apr 23 2012

Keywords

Examples

			For n=2 the a(2) = 8 ways to divide are:
._ _   _ _   _ _   _ _   _ _   _ _   _ _   _ _
|   | | | | |_ _| | |_| |_| | |_ _| |_|_| |_|_|
|_ _| |_|_| |_ _| |_|_| |_|_| |_|_| |_ _| |_|_|
		

Crossrefs

Main diagonal of A116694 and of A333476.
Cf. A034999.

Formula

a(n) = A116694(n,n) for n > 0.

Extensions

a(11)-a(12) from Steve Butler, Mar 14 2014