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!)
A306868 Larger of augmented bi-unitary amicable pair. 2
871585, 1388145, 1483785, 2479065, 2580105, 4895241, 3830625, 7336455, 9100905, 10350345, 16933105, 9843526, 16367481, 24829945, 15706090, 18653745, 27866241, 21080865, 15439545, 23872185, 24401601, 32263905, 53763535, 63075321, 41337555, 60923577, 90245793 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A pair m < n is an augmented bi-unitary amicable pair if bsigma(m) = bsigma(n) = m + n - 1, where bsigma(n) is the sum of bi-unitary divisors of n (A188999).
The terms are ordered according to their lesser counterparts (A306867).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..509 (terms with lesser member below 2*10^11, from David Moews's site).
EXAMPLE
871585 is in the sequence since it is the larger of the amicable pair (434784, 871585): bsigma(434784) = bsigma(871585) = 1306368 = 434784 + 871585 - 1.
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]); f[n_] := bsigma[n] - n + 1; s={}; Do[m = f[n]; If[m > n && f[m] == n, AppendTo[s, m]], {n, 1, 10^7}]; s
CROSSREFS
Sequence in context: A182450 A362793 A293373 * A223886 A204509 A271263
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 14 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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)