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.

Previous Showing 11-13 of 13 results.

A075530 a(n) is the largest m such that n+1, n+2, ..., n+m are all members of the set X(n) given in A075529.

Original entry on oeis.org

1, 1, 2, 3, 6, 13, 22, 39, 62, 117, 180, 367, 594, 1073, 1888, 3567
Offset: 0

Views

Author

Eli Ben-Naim (ebn(AT)lanl.gov), Sep 19 2002

Keywords

Examples

			X(1) = {2} hence a(1)=1, X(2) = {3,4} hence a(2)=2,  X(3) = {4,5,6,8} hence a(3)=3.
		

Formula

Numbers so far suggest that a(n) = A003064(n) - n + 1, n>1. - Ralf Stephan, Mar 21 2004

Extensions

Entry revised by Sean A. Irvine, Feb 20 2025

A137814 Smallest size of a topology that needs at least n points.

Original entry on oeis.org

1, 2, 3, 5, 7, 11, 19, 29, 47, 79, 127, 191, 379
Offset: 0

Views

Author

Bridget Tenner, Feb 11 2008

Keywords

Examples

			There is no topology with less than 4 points having 7 open sets. However, there do exist topologies on 3 points that have 2, 3, 4, 5, 6 and 8 open sets.
		

References

  • M. Erné and K. Stege, Counting finite posets and topologies, Tech. Report 236, University of Hannover, 1990.

Crossrefs

Cf. A137813 and A003064 (smallest number which needs an addition chain of at-least-length n).

Extensions

Name improved and a(0), a(1), a(12) added by Achim Flammenkamp, Oct 23 2016

A086833 Minimum number of different addends occurring in any shortest addition chain of Brauer type for a given n, or 0 if n has no shortest addition chain of Brauer type.

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 2, 3, 2, 3, 3, 3, 3, 3, 3, 4, 4, 3, 3, 4, 3, 4, 5, 4, 4, 4, 3, 4, 4, 4, 4, 5, 5, 5, 4, 4, 4, 4, 4, 5, 5, 4, 6, 5, 4, 6, 4, 5, 5, 5, 5, 5, 5, 4, 4, 5, 4, 5, 5, 5, 5, 5, 4, 6, 6, 6, 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 7, 5, 5, 6, 4, 6, 7, 5, 6, 7, 5, 6, 6, 5, 5, 7, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5
Offset: 1

Views

Author

Tatsuru Murai, Aug 08 2003

Keywords

Comments

n = 12509 is the first n for which a(n) = 0 because it is the smallest number that has no shortest addition chain of Brauer type. - Hugo Pfoertner, Jun 10 2006 [Edited by Pontus von Brömssen, Apr 25 2025]

Examples

			a(23)=5 because 23=1+1+2+1+4+9+5 is the shortest addition chain for 23.
For n=9 there are A079301(9)=3 different shortest addition chains, all of Brauer type:
[1 2 3 6 9] -> 9=1+1+1+3+3 -> 2 different addends {1,3}
[1 2 4 5 9] -> 9=1+1+2+1+4 -> 3 different addends {1,2,4}
[1 2 4 8 9] -> 9=1+1+2+4+1 -> 3 different addends {1,2,4}
The minimum number of different addends is 2, therefore a(9)=2.
		

Crossrefs

Formula

a(n) = 0 if and only if n is in A349044. - Pontus von Brömssen, Apr 25 2025

Extensions

Edited by Hugo Pfoertner, Jun 10 2006
Escape clause added by Pontus von Brömssen, Apr 25 2025
Previous Showing 11-13 of 13 results.