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!)
A064804 Numbers 2*k such that phi(2*k + 2) < phi(2*k). 1
16, 22, 28, 34, 38, 40, 46, 52, 58, 64, 68, 76, 82, 86, 88, 94, 98, 100, 106, 112, 118, 124, 128, 130, 134, 136, 142, 148, 152, 154, 158, 160, 166, 172, 178, 184, 188, 190, 194, 196, 202, 206, 208, 214, 218, 220, 226, 232, 236, 238, 244, 248, 250, 256, 262, 268 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
2Select[ Range[200], EulerPhi[2# + 2] < EulerPhi[2# ] & ]
PROG
(PARI) { n=e=0; forstep (m=2, 10^9, 2, f=eulerphi(m); if (f<e, write("b064804.txt", n++, " ", m - 2); if (n==1000, return)); e=f ) } \\ Harry J. Smith, Sep 26 2009
CROSSREFS
Cf. A001837.
Sequence in context: A294125 A360735 A341169 * A102944 A058901 A059756
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Oct 21 2001
EXTENSIONS
a(41)-a(56) from Harry J. Smith, Sep 26 2009
Name clarified by Sean A. Irvine, Jul 28 2023
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 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)