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!)
A071780 Smallest k > n such that there are exactly n pairs (x,y) (1 <= x <= y <= k) solutions of the equation: phi(xy)=sigma(x)+sigma(y). 0
1, 7, 12, 15, 21, 26, 30, 33, 38, 60, 63, 65, 120, 189, 240, 296, 344, 442, 480, 567, 960, 1476, 1701, 1920, 3840, 4448, 5103, 7680, 15309, 15360, 30720, 45927, 57128, 61440, 66944, 122880, 137781, 245760, 413343, 491520, 538448, 983040, 1051136, 1240029 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) for(n=1, 12, s=2; while(sum(i=1, s, sum(j=1, i, if(eulerphi(i*j)-sigma(i)-sigma(j), 0, 1)))<n, s++); print1(s, ", "))
CROSSREFS
Sequence in context: A072834 A138615 A210254 * A353219 A305553 A338103
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 04 2002
EXTENSIONS
More terms from Ryan Propper, Sep 28 2005
a(24)-a(43) from Donovan Johnson, May 30 2010
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 28 09:51 EDT 2024. Contains 372037 sequences. (Running on oeis4.)