The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307051 Lesser of amicable numbers pair m < n such that A307037(m) = n and A307037(n) = m. 1
4, 16, 68, 256, 1028, 4112, 7200, 65536, 262148, 921600, 1036800, 1048592, 16777472, 88218000, 371404800, 418535784576 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The larger counterparts are in A307052.
Includes all the pairs of the form {F(k)-1, F(k)} with 0 < k, where F(k) = 2^(2^k) + 1, the k-th Fermat number, is prime.
Includes all the pairs of the form {(F(k)-1)*F(m), F(k)*(F(m)-1)} with 0 < k < m, where both F(k) and F(m) are primes.
a(17) > 4*10^12. - Giovanni Resta, Mar 24 2019
LINKS
MATHEMATICA
f[p_, e_] := p^e + (-1)^e; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; s={}; Do[m = a[n]; If[m > n && a[m] == n, AppendTo[s, n]], {n, 1, 10^7}]; s
CROSSREFS
Sequence in context: A351049 A259815 A283036 * A158761 A179611 A290912
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Mar 21 2019
EXTENSIONS
a(16) from Giovanni Resta, Mar 24 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 May 15 11:50 EDT 2024. Contains 372540 sequences. (Running on oeis4.)