[go: up one dir, main page]

login
Revision History for A299758 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Largest FDH number of a strict integer partition of n.
(history; published version)
#5 by Susanna Cuyler at Fri Feb 23 11:11:38 EST 2018
STATUS

proposed

approved

#4 by Gus Wiseman at Sun Feb 18 20:01:58 EST 2018
STATUS

editing

proposed

#3 by Gus Wiseman at Sun Feb 18 20:00:14 EST 2018
COMMENTS

Let f(n) = A050376(n) be the n-th Fermi-Dirac prime. Every positive n integer n has a unique factorization of the form n = f(s_1)*...*f(s_k) where the s_i are strictly increasing positive integers. This determines a unique strict integer partition (s_k...s_1) whose FDH number is then defined to be n.

#2 by Gus Wiseman at Sun Feb 18 13:01:25 EST 2018
NAME

allocated for Gus WisemanLargest FDH number of a strict integer partition of n.

DATA

1, 2, 3, 6, 8, 12, 24, 30, 42, 60, 120, 168, 216, 280, 420, 840, 1080, 1512, 1890, 2520, 3780, 7560, 9240, 11880, 16632, 20790, 27720, 41580, 83160, 98280, 120960, 154440, 216216, 270270, 360360, 540540, 1081080, 1330560, 1572480, 1921920, 2471040, 3459456, 4324320

OFFSET

1,2

COMMENTS

Let f(n) = A050376(n) be the n-th Fermi-Dirac prime. Every positive n integer has a unique factorization of the form n = f(s_1)*...*f(s_k) where the s_i are strictly increasing positive integers. This determines a unique strict integer partition (s_k...s_1) whose FDH number is then defined to be n.

EXAMPLE

Sequence of strict integer partitions realizing each maximum begins: () (1) (2) (21) (31) (32) (321) (421) (521) (432) (4321) (5321) (6321) (5431) (5432) (54321) (64321) (65321) (65421) (65431) (65432).

MATHEMATICA

nn=150;

FDprimeList=Select[Range[nn], MatchQ[FactorInteger[#], {{_?PrimeQ, _?(MatchQ[FactorInteger[2#], {{2, _}}]&)}}]&];

Table[Max[Times@@FDprimeList[[#]]&/@Select[IntegerPartitions[n], UnsameQ@@#&]], {n, 0, Length[FDprimeList]}]

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Feb 18 2018

STATUS

approved

editing

#1 by Gus Wiseman at Sun Feb 18 12:18:08 EST 2018
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved