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!)
A306536 The smallest integer k such that floor((2*n)^k/k) is an odd number. 0
12, 3, 5, 5, 3, 7, 10, 3, 5, 11, 3, 7, 5, 3, 17, 12, 3, 5, 5, 3, 11, 10, 3, 5, 7, 3, 7, 5, 3, 11, 11, 3, 5, 5, 3, 13, 10, 3, 5, 7, 3, 10, 5, 3, 17, 7, 3, 5, 5, 3, 11, 10, 3, 5, 7, 3, 10, 5, 3, 7, 7, 3, 5, 5, 3, 15, 7, 3, 5, 12, 3, 10, 5, 3, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n > 0, there are infinitely many numbers k such that floor(n^k/k) is an odd number. For odd number n, it's obvious because k can be n^j for any j >= 0. For n = 2, k can be 3*2^j for any j >= 1.
For even number n > 2, k can be A090368(n/2)^j for any j >= 1. Proof: if odd number k makes n^k == 1 (mod k), then n^k = 1 + k*(odd number t), so floor(n^k/k) = t is an odd number. A090368(n/2)^j (j>0) is such k.
LINKS
FORMULA
a(2^j) <= 12. (This is because floor((2*2^j)^12/12) = floor(2^(12j+10)/3) = (2^(12j+10) - 1)/3 is an odd integer for all j >= 0. - Jianing Song, Feb 24 2019)
For n > 1, a(n) <= A090368(n).
PROG
(PARI) a(n) = {k=1; while((2*n)^k\k%2==0, k++); k; }
CROSSREFS
Cf. A090368.
Sequence in context: A070604 A268592 A127146 * A063609 A040139 A317312
KEYWORD
nonn
AUTHOR
Jinyuan Wang, Feb 22 2019
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)