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!)
A341799 a(n) is the least integer k such that 1/(Sum_{j=0..n} 1/phi(k+j)) is an integer. 2
1, 3, 12, 13, 30, 31, 5654345764 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(7) > 5*10^10 if it exists. - Jinyuan Wang, Apr 30 2021
LINKS
PROG
(PARI) a(n) = my(m=1); while(denominator(1/sum(j=0, n, 1/eulerphi(j+m))) != 1, m++); m;
CROSSREFS
Sequence in context: A063444 A353439 A117061 * A089919 A222711 A176796
KEYWORD
nonn,hard,more
AUTHOR
Michel Marcus, Feb 20 2021
EXTENSIONS
a(6) from Jinyuan Wang, Feb 28 2021
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)