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!)
A316220 Number of triangles whose weight is the n-th Fermi-Dirac prime in the multiorder of integer partitions of Fermi-Dirac primes into Fermi-Dirac primes. 7
1, 1, 3, 3, 9, 21, 46, 95, 273, 363, 731, 3088, 6247, 24152, 46012, 319511, 1141923, 2138064, 7346404, 13530107, 45297804, 271446312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A Fermi-Dirac prime (A050376) is a number of the form p^(2^k) where p is prime and k >= 0. An FD-partition is an integer partition of a Fermi-Dirac prime into Fermi-Dirac primes. a(n) is the number of sequences of FD-partitions whose sums are weakly decreasing and sum to the n-th Fermi-Dirac prime.
LINKS
MATHEMATICA
nn=60;
FDpQ[n_]:=With[{f=FactorInteger[n]}, n>1&&Length[f]==1&&MatchQ[FactorInteger[2f[[1, 2]]], {{2, _}}]];
FDpl=Select[Range[nn], FDpQ];
fen[n_]:=fen[n]=SeriesCoefficient[Product[1/(1-x^p), {p, Select[Range[n], FDpQ]}], {x, 0, n}];
Table[Sum[Times@@fen/@p, {p, Select[IntegerPartitions[FDpl[[n]]], And@@FDpQ/@#&]}], {n, Length[FDpl]}]
CROSSREFS
Sequence in context: A222444 A206492 A007683 * A059728 A257180 A184694
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Jun 26 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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)