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!)
A336384 Numbers of the form k = x*y where phi(k) = 3*(phi(x) + phi(y)). 1
36, 56, 63, 65, 72, 84, 104, 105, 126, 130, 140, 156, 168, 180, 210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are 35 solutions (x, y) to phi(x*y) = 3*(phi(x) + phi(y)): (4, 14), (4, 18), (5, 13), (5, 21), (5, 26), (5, 28), (5, 36), (5, 42), (6, 6), (6, 14), (7, 9), (7, 18), (8, 13), (8, 21), (9, 7), (9, 14), (10, 13), (10, 21), (12, 13), (13, 5), (13, 8), (13, 10), (13, 12), (14, 4), (14, 6), (14, 9), (18, 4), (18, 7), (21, 5), (21, 8), (21, 10), (26, 5), (28, 5), (36, 5), (42, 5).
LINKS
PROG
(PARI) is(k) = fordiv(k, d, if(eulerphi(k) == 3*(eulerphi(d) + eulerphi(k/d)), return(1))); 0;
CROSSREFS
Sequence in context: A335104 A242343 A243540 * A124941 A116321 A187989
KEYWORD
nonn,fini,full
AUTHOR
Jinyuan Wang, Jul 31 2020
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 1 09:02 EDT 2024. Contains 372163 sequences. (Running on oeis4.)