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!)
A091025 Smallest positive k such that phi(1+k*2^m) <= phi(k*2^m) for all m = n (mod 12), where phi is Euler's totient function. 1
104, 52, 26, 13, 59, 82, 41, 73, 89, 97, 101, 103 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This sequence shows why A090849 has only a small number of distinct terms. It can be shown that 1+a(n) 2^m has factors of 3, 5 and 7 for all m = n (mod 12). Using that fact and the fact that (1-1/3)*(1-1/5)*(1-1/7) < 1/2, it is easy to verify that phi(1+k*2^m) <= phi(k*2^m) for all m = n (mod 12). Note that each successive term can be obtained by dividing by 2 (mod 105).
LINKS
Greg Martin, The smallest solution of phi(30n+1) < phi(30n) is ..., arXiv:math/9804025 [math.NT], 1998; Amer. Math. Monthly, Vol. 106, No. 5 (1999), pp. 449-451.
D. J. Newman, Euler's phi function on arithmetic progressions, Amer. Math. Monthly, Vol. 104, No. 3 (Mar. 1997), pp. 256-257.
MATHEMATICA
Table[k=1; While[Mod[2^n k, 105] != 104, k++ ]; k, {n, 0, 11}]
CROSSREFS
Cf. A090849 (least k such that phi(1+k*2^n) <= phi(k*2^n)).
Sequence in context: A097014 A106297 A090849 * A054904 A117845 A286812
KEYWORD
nonn,fini,full
AUTHOR
T. D. Noe, Dec 15 2003
EXTENSIONS
Replaced arXiv URL by non-cached version - R. J. Mathar, Oct 30 2009
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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)