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!)
A077102 Smallest m such that GCD[a+b,a-b]=n, where a=sigma[n],b=phi[n]. 2
4, 1, 18, 21, 200, 14, 3364, 12, 722, 328, 9801, 42, 25281, 116, 1800, 15, 36992, 810, 4414201, 88, 196, 29161, 541696, 35, 2928200, 1413, 103968, 284, 98942809, 488, 1547536, 364, 19602, 17536, 814088, 370, 49042009, 55297, 1521, 440, 3150464641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)=Min{x; A077099(x)=n}
EXAMPLE
n=10,a(10)=328, sigma[328]=630,phi[328]=160, sigma(328)+phi(328)=790, sigma(328)-phi(328)=470, GCD[790,470]=10-n; for n=odd number, a[n] should be either a square or twice a square and so quicker search for large values is possible, like e.g. for n=97:a[97]=m=190077688441=435979^2 is the smallest solution.
MATHEMATICA
f[x_] := Apply[GCD, {DivisorSigma[1, x]+EulerPhi[x], DivisorSigma[1, x]-EulerPhi[x]}] t=Table[0, {100}]; Do[s=f[n]; If[s<101&&t[[s]]==0, t[[s]]=n], {n, 1, 10^13}];
CROSSREFS
Sequence in context: A331651 A113355 A201201 * A258152 A259051 A192722
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 12 2002
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 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)