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!)
A015756 a(n) is the least multiple of n, k*n say, such that phi(k) | sigma(k). 1
1, 2, 3, 12, 15, 6, 14, 56, 270, 30, 264, 12, 78, 14, 15, 4064, 357, 270, 190, 140, 42, 264, 3956, 168, 27000, 78, 270, 56, 812, 30, 248, 4064, 264, 714, 35, 2376, 56536, 190, 78, 840, 2214, 42, 2580, 264, 270, 3956, 2109548, 12192, 56252, 27000, 357 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[n_] := Module[{k = n}, While[! Divisible[DivisorSigma[1, k], EulerPhi[k]], k += n]; k]; Array[a, 50] (* Amiram Eldar, Dec 10 2018 *)
PROG
(PARI) apply( A015756(n)=forstep(k=n, oo, n, sigma(k)%eulerphi(k)||return(k)), [1..50]) \\ M. F. Hasler, Dec 10 2018
CROSSREFS
Sequence in context: A045878 A295398 A138321 * A163906 A302844 A180630
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(23) corrected by Sean A. Irvine, Dec 09 2018
Definition corrected by Sean A. Irvine and M. F. Hasler, Dec 10 2018
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 14 10:07 EDT 2024. Contains 372532 sequences. (Running on oeis4.)