login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069824 Numbers n such that there is at least one x<n such that phi(x)sigma(x)=phi(n)sigma(n). 0
6, 22, 33, 42, 44, 56, 57, 62, 66, 68, 76, 78, 82, 96, 102, 108, 110, 114, 124, 132, 135, 136, 138, 140, 145, 148, 154, 159, 165, 168, 174, 176, 182, 183, 186, 189, 198, 204, 205, 213, 216, 220, 222, 224, 228, 231, 234, 246, 254, 258, 264, 267, 270, 282, 285
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=1, 500, if(prod(i=1, n-1, sigma(n)*eulerphi(n)-sigma(i)*eulerphi(i))==0, print1(n, ", ")))
CROSSREFS
Sequence in context: A037204 A296981 A035285 * A015709 A020195 A035134
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 28 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 12:58 EDT 2024. Contains 376000 sequences. (Running on oeis4.)