login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A319827 FDH numbers of relatively prime strict integer partitions. 3
2, 6, 8, 10, 12, 14, 18, 20, 21, 22, 24, 26, 28, 30, 32, 33, 34, 35, 38, 40, 42, 44, 46, 48, 50, 52, 54, 55, 56, 57, 58, 60, 62, 63, 66, 68, 70, 72, 74, 75, 76, 77, 78, 80, 82, 84, 86, 88, 90, 91, 93, 94, 95, 96, 98, 99, 100, 102, 104, 105, 106, 108, 110, 112 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let f(n) = A050376(n) be the n-th Fermi-Dirac prime. The FDH number of a strict integer partition (y_1, ..., y_k) is f(y_1) * ... * f(y_k).
LINKS
EXAMPLE
The sequence of all relatively prime strict integer partitions begins: (1), (2,1), (3,1), (4,1), (3,2), (5,1), (6,1), (4,3), (5,2), (7,1), (3,2,1), (8,1), (5,3), (4,2,1).
MATHEMATICA
nn=200;
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)]]]]];
FDprimeList=Array[FDfactor, nn, 1, Union]; FDrules=MapIndexed[(#1->#2[[1]])&, FDprimeList];
Select[Range[nn], GCD@@(FDfactor[#]/.FDrules)==1&]
CROSSREFS
Sequence in context: A198832 A173634 A005795 * A327905 A157502 A216032
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 28 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)