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!)
A015810 k is the first integer such that phi(k+n) | sigma(k)+n. 0
1, 1, 10, 1, 6, 1, 10, 1, 7, 16, 5, 1, 3, 2, 10, 1, 14, 1, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(20)=12, a(21)=98, a(22)=26, a(23)=1, a(24)=15, a(25)=8. - Jud McCranie, Jan 19 2020
a(19) > 10^13, if it exists. - Giovanni Resta, Jan 23 2020
LINKS
EXAMPLE
For n=6, a(6)=10 because phi(10+6)=8 which divides sigma(10)+6=24, and k=10 is the smallest integer with that property. - Jud McCranie, Jan 19 2020
PROG
(PARI) a(n) = k=1; while ((sigma(k)+n) % eulerphi(k+n), k++); k; \\ Michel Marcus, Feb 03 2014
CROSSREFS
Sequence in context: A131790 A173330 A321097 * A010183 A242553 A113513
KEYWORD
nonn,more,hard
AUTHOR
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 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)