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!)
A066970 Integers of the form Sum_{i=1..m} phi(i)/gcd(m,i). 2
1, 4, 20, 58, 178, 248, 880, 965, 2289, 2664, 4096, 3233, 7254, 15447, 30658, 35869, 49485, 102248, 116225, 272130, 247872, 322891, 407484, 521003, 444794, 929334, 1022620, 1653250, 1792704, 1859231, 2070655, 2906985, 3965654, 6952192, 10631022, 11049130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Table[Sum[EulerPhi[i]/GCD[m, i], {i, m}], {m, 2000}], IntegerQ] (* Harvey P. Dale, Jun 05 2012 *)
PROG
(PARI) lista(nn) = {for (n = 1, nn, if (type(v = sum(i=1, n, eulerphi(i)/gcd(n, i))) == "t_INT", print1(v, ", ")); ); } \\ Michel Marcus, Nov 20 2013
CROSSREFS
Cf. A066969.
Sequence in context: A358927 A127920 A060122 * A196295 A196213 A196680
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 26 2002
EXTENSIONS
More terms from Michel Marcus, Nov 20 2013
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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)