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!)
A324276 Bi-unitary untouchable numbers: numbers that are not the sum of aliquot bi-unitary divisors of any number. 4
2, 3, 4, 5, 38, 68, 80, 96, 98, 128, 138, 146, 158, 164, 180, 188, 192, 206, 208, 210, 212, 222, 224, 248, 264, 278, 290, 300, 304, 308, 324, 326, 328, 338, 360, 374, 380, 390, 398, 416, 418, 420, 430, 432, 458, 476, 480, 488, 498, 516, 518, 530, 536, 542, 548 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..3591 (terms below 30000)
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_] := bsigma[n] = Times @@ (fun @@@ FactorInteger[n]); untouchableQ[n_] := Catch[ Do[ If[n == bsigma[k]-k, Throw[True]], {k, 0, (n-1)^2}]] === Null; Reap[ Table[ If[ untouchableQ[n], Sow[n]], {n, 2, 550}]][[2, 1]] (* after Jean-François Alcover at A005114 *)
CROSSREFS
Cf. A188999, A005114, A063948 (unitary), A324277 (infinitary), A324278 (exponential), A331970.
Sequence in context: A171578 A044907 A252079 * A324277 A261247 A153719
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 20 2019
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)