The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A057826 Greatest number with totient 2n (or zero when no such number exists). 9

%I #7 Sep 14 2015 08:06:46

%S 6,12,18,30,22,42,0,60,54,66,46,90,0,58,62,120,0,126,0,150,98,138,94,

%T 210,0,106,162,174,118,198,0,240,134,0,142,270,0,0,158,330,166,294,0,

%U 276,0,282,0,420,0,250,206,318,214,378,242,348,0,354,0,462,0,0,254,510

%N Greatest number with totient 2n (or zero when no such number exists).

%C If a(n) = 0, n is a nontotient number - see (A005277)/2.

%H T. D. Noe, <a href="/A057826/b057826.txt">Table of n, a(n) for n=1..10000</a>

%t a = Table[0, {100}]; Do[ t = EulerPhi[n]/2; If[t < 101, a[[t]] = n], {n, 1, 10^3}]; a

%Y Bisection of A057635. Cf. A000010, A005277, A002181.

%K nonn

%O 1,1

%A _Robert G. Wilson v_, Nov 08 2000

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 20 16:51 EDT 2024. Contains 372719 sequences. (Running on oeis4.)