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!)
A275998 Numbers n such that phi(n^2-1) = phi(n^2+1). 0
3, 27, 267, 8820000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other terms below 10^8. - Michel Marcus, Aug 17 2016
LINKS
EXAMPLE
3 is a term because phi(3^2-1) = phi(3^2+1).
MATHEMATICA
Select[Range@10000000, EulerPhi@(#^2 - 1) == EulerPhi[#^2 + 1] &] (* Vincenzo Librandi, Aug 18 2016 *)
PROG
(PARI) isok(n) = eulerphi(n^2-1) == eulerphi(n^2+1); \\ Michel Marcus, Aug 16 2016
(Magma) [n: n in [2..100000] | EulerPhi(n^2-1) eq EulerPhi(n^2+1)]; // Vincenzo Librandi, Aug 18 2016
CROSSREFS
Sequence in context: A370620 A026294 A199688 * A098401 A355363 A011544
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Aug 16 2016
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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)