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!)
A015808 k is the first integer such that phi(k) + n | sigma(k). 0
1, 6, 2, 12, 6, 4, 14, 9, 22, 26, 6, 8, 24, 20, 10, 45, 15, 58, 14, 117, 21, 74, 24, 16, 12, 52, 22, 169, 30, 40, 26, 68, 39, 18, 20, 289, 42, 3604, 34, 146, 51, 72, 38, 180, 28, 730, 48, 32, 70, 116, 46, 194, 24, 150, 45, 1632, 115, 104, 120, 226, 78, 80, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a[n_] := Module[{k = 1}, While[!Divisible[DivisorSigma[1, k], EulerPhi[k] + n], k++]; k]; Array[a, 30, 0] (* Amiram Eldar, Dec 10 2018 *)
CROSSREFS
Cf. A015791.
Sequence in context: A065284 A050088 A163864 * A112591 A106034 A194036
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(1) corrected by Sean A. Irvine, 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 July 19 17:03 EDT 2024. Contains 374410 sequences. (Running on oeis4.)