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!)
A099633 Numbers k such that (phi(k-2) + phi(k+2))/2 = phi(k); 2-phi/balanced numbers. 1
5, 10, 14, 20, 25, 50, 80, 154, 200, 434, 520, 610, 815, 1205, 1345, 2680, 3200, 3560, 4669, 7330, 9290, 10130, 11705, 17630, 24410, 25090, 33385, 34205, 39754, 39785, 40870, 48470, 55979, 59090, 73165, 75470, 78035, 95990, 107680, 115685, 120230 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
k=154, phi(152)=72, phi(156)=48, phi(154)=60.
MATHEMATICA
Flatten[Position[Partition[EulerPhi[Range[121000]], 5, 1], _?((#[[1]]+ #[[5]]) /2 == #[[3]]&), {1}, Heads->False]]+2 (* Harvey P. Dale, Jan 20 2015 *)
PROG
(PARI) isok(k) = (k>2) && (eulerphi(k-2)+eulerphi(k+2) == 2*eulerphi(k)); \\ Michel Marcus, Nov 18 2022
CROSSREFS
Sequence in context: A313627 A313628 A313629 * A313630 A313631 A313632
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 27 2004
EXTENSIONS
Incorrect term 2 removed by Michel Marcus, Nov 19 2022
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)