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!)
A250405 Numbers n such that the multiset of all values of phi of all divisors of n equals the multiset of all proper divisors of n+1 where phi is the Euler totient function (A000010). 1
1, 3, 15, 255, 65535 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers n such that {phi(d); d|n} == {d; d|(n+1), d<(n+1)}.
Conjecture: next and last term is 4294967295.
Sequence differs from A051179, A050474 and A116518.
LINKS
EXAMPLE
15 is in the sequence because {phi(d); d|15} == {1, 2, 4, 8} == {d; d|16, d<16}.
2 is not in the sequence because {phi(d); d|2} == {1, 1} but {d; d|2, d<2} == {1}.
PROG
(Magma) [n: n in [1..100000] | ([EulerPhi(d): d in Divisors(n)]) eq ([d: d in Divisors(n+1) | d lt n+1 ])]
CROSSREFS
Sequence in context: A257018 A173146 A139289 * A116518 A247174 A277626
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Nov 22 2014
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 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)