login

Revision History for A299757

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

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

proposed

approved

#4 by Gus Wiseman at Sun Feb 18 19:59:56 EST 2018
STATUS

editing

proposed

#3 by Gus Wiseman at Sun Feb 18 19:41:27 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 12:49:23 EST 2018
NAME

allocated for Gus WisemanWeight of the strict integer partition with FDH number n.

DATA

0, 1, 2, 3, 4, 3, 5, 4, 6, 5, 7, 5, 8, 6, 6, 9, 10, 7, 11, 7, 7, 8, 12, 6, 13, 9, 8, 8, 14, 7, 15, 10, 9, 11, 9, 9, 16, 12, 10, 8, 17, 8, 18, 10, 10, 13, 19, 11, 20, 14, 12, 11, 21, 9, 11, 9, 13, 15, 22, 9, 23, 16, 11, 12, 12, 10, 24, 13, 14, 10, 25, 10, 26, 17

OFFSET

1,3

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.

In analogy with the Heinz number correspondence between integer partitions and positive integers (see A056239), FDH numbers give a correspondence between strict integer partitions and positive integers.

EXAMPLE

Sequence of strict integer partitions begins: () (1) (2) (3) (4) (2,1) (5) (3,1) (6) (4,1) (7) (3,2) (8) (5,1) (4,2) (9).

MATHEMATICA

FDfactor[n_]:=If[n===1, {}, Sort[Join@@Cases[FactorInteger[n], {p_, k_}:>Power[p, Cases[Position[IntegerDigits[k, 2]//Reverse, 1], {m_}->2^(m-1)]]]]];

nn=200; FDprimeList=Array[FDfactor, nn, 1, Union];

FDrules=MapIndexed[(#1->#2[[1]])&, FDprimeList];

Table[Total[FDfactor[n]/.FDrules], {n, nn}]

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