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!)
A335939 Bi-unitary weird numbers (A292986) that are not exponentially odd numbers (A268335). 1
5390, 7400, 11830, 20230, 24010, 25270, 37030, 58870, 67270, 95830, 117670, 129430, 154630, 196630, 243670, 260470, 314230, 352870, 373030, 436870, 482230, 491744, 507232, 554470, 658630, 714070, 742630, 801430, 831670, 893830, 1129030, 1201270, 1313830, 1352470 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Weird numbers (A006037) that are exponentially odd (A268335) are also bi-unitary weird numbers (A292986), since all of their divisors are bi-unitary.
LINKS
MATHEMATICA
fun[p_, e_] := If[OddQ[e], (p^(e+1)-1)/(p-1), (p^(e+1)-1)/(p-1)-p^(e/2)]; bsigma[1] = 1; bsigma[n_] := Times @@ (fun @@@ FactorInteger[n]); biuabQ[n_] := bsigma[n] > 2*n; f[n_] := Select[Divisors[n], Function[d, CoprimeQ[d, n/d]]]; bdiv[m_] := Select[Divisors[m], Last@Intersection[f@#, f[m/#]] == 1 &]; bweirdQ[n_] := biuabQ[n] && Module[{d = Most @ bdiv[n], x}, SeriesCoefficient[Series[Product[1 + x^d[[i]], {i, Length[d]}], {x, 0, n}], n] == 0]; expOddQ[n_] := AllTrue[Last /@ FactorInteger[n], OddQ]; Select[Range[1000], !expOddQ[#] && bweirdQ[#] &]
CROSSREFS
Intersection of A072587 and A292986.
Sequence in context: A058325 A224688 A335936 * A328562 A340109 A364991
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 30 2020
EXTENSIONS
More terms from Amiram Eldar, Mar 25 2023
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 24 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)