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!)
A074390 a(n) is the least number that A074389(a[n])=n. 0
1, 6, 18, 12, 200, 42, 196, 56, 459, 950, 5203, 396, 9243, 980, 1800, 336, 19363, 270, 13357, 600, 1764, 10406, 72473, 168, 18625, 34814, 4293, 812, 145493, 1350, 15376, 992, 19602, 38726, 41615, 1836, 99937, 26714, 1521, 440, 274003, 3822, 475193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)=Min{x; GCD[x, sigma(x), Phi(x)]}= Min{x; GCD[A000005(x), A000010(x), x]}=n
EXAMPLE
n=79: a(79)=979837 because GCD[979837,998718,961272]=79 and a(79) is the smallest.
MATHEMATICA
f[x_] := GCD[DivisorSigma[1, x], EulerPhi[x], x] t=Table[0, {100}]; Do[s=f[n]; If[s<101&&t[[s]]==0, t[[s]]=n], {n, 1, 1000000}];
CROSSREFS
Sequence in context: A097370 A252897 A174904 * A255617 A253771 A223218
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 23 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 March 28 13:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)