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.

Showing 1-3 of 3 results.

A171741 The first 3-fold intrinsically n-palindromic number (given in base ten).

Original entry on oeis.org

18, 154, 19040, 267140, 2853326516320, 3360633
Offset: 2

Views

Author

James G. Merickel, Dec 17 2009

Keywords

Comments

The large value for the 6-palindrome case, a(6)=2853326516320, has 139 as the smallest of the three bases.
Coincidentally, the following much shorter term, a(7)= 3360633, involves base 9 through 11, the conjunction of base-9 and base-10 palindromes (A029965) comes up a term short (assuming space limitations remain as they are at the beginning of 2011), and A053740 is a totally unrelated collection of palindromes that also contains 33633.
a(8) > 10^18. - Hiroaki Yamanouchi, Aug 22 2015

Examples

			a(5)=267140 is 6D4D6 in base 14, 54245 in base 15, and 29E92 in base 18.
a(7)=3360633 is 6281826 in base 9 and 1995991 in base 11.
		

Crossrefs

A340984 Number of prime rectangle tilings with n tiles up to equivalence.

Original entry on oeis.org

1, 1, 0, 0, 1, 0, 2, 6, 29, 119, 600
Offset: 1

Views

Author

Drake Thomas, Feb 01 2021

Keywords

Comments

Say that a tiling of a rectangle by other rectangles is prime if the only sub-rectangles in the tiling are those formed by a single tile. Say that two tilings are equivalent if there exists an inclusion/overlap-preserving bijection between the vertices, edges, and faces of every rectangle in them.
Problem 69 in Hugo Steinhaus's One Hundred Problems In Elementary Mathematics asks the reader to show that a(3) = a(4) = 0, and that there exist prime dissections for 5, 7, and 8 in which the pieces are of equal area. It cites Czesław Ryll-Nardzewski as proving that a(6) = 0, though this is not difficult to show by hand. The book also provides diagrams of both n = 7 solutions and four of the six n = 8 solutions.
Chung et al.'s paper Tiling Rectangles with Rectangles shows that the sequence grows at least as fast as c*2^(n/7) for some positive constant c, and states without proof that it is bounded above by 20000^n.

Examples

			For n = 5 the a(5) = 1 example looks like
   _____
  | |___|
  |_|_| |
  |___|_|
.
For n = 7 the a(7) = 2 examples look like
   _______    _______
  | |_____|  |_____| |
  |_|___| |  |___| | |
  |   |_|_|  | |_|_|_|
  |___|___|  |_|_____|
		

Crossrefs

Extensions

a(9)-a(11) from Benjamin D. Prins, Jun 13 2025

A056814 Triangle partitions of order n: topologically distinct ways to dissect a triangle into n triangles.

Original entry on oeis.org

1, 4, 23, 180, 1806, 20198
Offset: 2

Views

Author

N. J. A. Sloane, Sep 01 2000

Keywords

Examples

			From _M. F. Hasler_, Feb 15 2024: (Start)
a(2) = 1 because up to equivalence, there is only one partition of a triangle in two smaller ones, using a segment from one vertex to a point on the opposite side. (Here and below, "on" excludes the endpoints.)
a(3) = 4 is the number of partitions of a triangle ABC into three smaller ones: One uses three segments AD, BD and CD, where D is a point inside ABC. Three other topologically inequivalent partitions of order 3 each use two segments, as follows: {AE, AF}, {AE, EG} and {AE, BH}, where E and F are two distinct points on BC, G is a point on AB, and H is a point on AE. (End)
		

Crossrefs

Cf. A053740.
Showing 1-3 of 3 results.