login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090849 Smallest positive k such that phi(1+k*2^n) <= phi(k*2^n), where phi is Euler's totient function. 2
104, 52, 26, 13, 59, 67, 41, 73, 89, 97, 101, 103, 74, 37, 26, 13, 17, 67, 41, 73, 89, 82, 41, 103, 104, 52, 26, 13, 29, 67, 41, 73, 74, 37, 101, 103, 104, 52, 26, 13, 59, 67, 41, 73, 89, 67, 86, 43, 104, 52, 26, 13, 59, 37, 41, 73, 89, 97, 101, 103, 104, 52, 26, 13, 59, 67 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Newman proves that k always exists for all n. Surprisingly, it appears that only 19 values of k suffice for all n. Note that a(n) = 26 when n = 2 (mod 12), a(n) = 13 when n = 3 (mod 12), a(n) = 41 when n = 6 (mod 12) and a(n) = 73 when n = 7 (mod 12). Is this sequence periodic?

A091025 shows why this sequence has only a finite number of distinct terms.

REFERENCES

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[EulerPhi[1+k*2^n] > EulerPhi[k*2^n], k++ ]; k, {n, 100}]

CROSSREFS

Cf. A090851 (least k such that phi(2n*k+1) < phi(2n*k)).

Sequence in context: A088584 A097014 A106297 * A091025 A054904 A117845

Adjacent sequences:  A090846 A090847 A090848 * A090850 A090851 A090852

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Dec 09 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:04 EST 2012. Contains 205686 sequences.