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-12 of 12 results.

A254437 Natural number that is a factor of its number of "feasible" partition(s).

Original entry on oeis.org

1, 72, 184, 254, 539, 1743, 2874, 5589, 21316, 37581, 49829, 61047
Offset: 1

Views

Author

Md. Towhidul Islam, Mar 01 2015

Keywords

Comments

This sequence lists the natural numbers m such that A254296(m) is divisible by m.

Examples

			A254296(1) = 1 and A254296(72) = 72, so 1 and 72 are in this sequence.
A254296(184) = 2208 = 12*184, so 184 is here too.
		

Crossrefs

Extensions

a(9) added by Md. Towhidul Islam, Apr 18 2015
a(10)-a(12) from Robert Price, Mar 28 2019

A254432 Natural numbers with the maximum number of "feasible" partitions of length m.

Original entry on oeis.org

1, 2, 3, 4, 7, 16, 18, 19, 22, 43, 46, 124, 367, 1096, 3283, 9844, 29527, 88576, 265723, 797164, 2391487, 7174456, 21523363, 64570084, 193710247, 581130736, 1743392203, 5230176604
Offset: 1

Views

Author

Md. Towhidul Islam, Jan 30 2015

Keywords

Comments

Sequence A254296 describes "feasible" partitions and gives the number of all "feasible" partitions of all natural numbers. We must take the value of m from there.
Here we list the natural numbers with the highest number of "feasible" partitions of length m. Such numbers are unique for all m except for m=[2,4,5].
For m>=6, there is a unique natural number with the maximum number of "feasible" partitions.

Examples

			Natural numbers with maximum "feasible" partitions are unique for all m except for m=[2,4,5].
For m=1, the number 1 has 1 "feasible" partition.
For m=2, three numbers 2,3 and 4 each has the highest 1 "feasible" partition.
For m=3, the number 7 has the highest 3 "feasible" partitions.
For m=4, four numbers 16,18,19 and 22 each has the highest 12 "feasible" partitions.
For m=5, two numbers 43 and 46 each has 140 "feasible" partitions.
For m=6, the number 124 has the highest 3950 "feasible" partitions.
For m=7, the number 367 has the highest 263707 "feasible" partitions.
For m=8, the number 1096 has the highest 42285095 "feasible" partitions.
		

Crossrefs

Formula

For the first 11 values, there is no specific formula.
For n>=12, a(n) = (3^(m-7)+5)/2.
Recursively, for n>=13, a(n) = 3*a(n-1)-5.
Previous Showing 11-12 of 12 results.