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!)
A112992 Numbers k such that ceiling(2^(2^k mod k)/3) is odd. 0
1, 2, 4, 8, 16, 25, 32, 45, 55, 64, 91, 95, 99, 125, 128, 135, 143, 153, 155, 161, 175, 187, 225, 235, 245, 247, 256, 261, 273, 275, 279, 285, 289, 297, 319, 329, 333, 335, 355, 363, 369, 387, 391, 403, 407, 413, 423, 425, 429, 435, 437, 441, 459, 473, 477, 481, 483, 493 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: the odd values of ceiling(2^(2^k mod k)/3) are Jacobsthal numbers (and the even values are 1 plus a Jacobsthal number).
LINKS
MATHEMATICA
Select[Range[493], OddQ[Ceiling[2^PowerMod[2, #, #]/3]]&] (* James C. McMahon, Jun 14 2024 *)
PROG
(PARI) isok(k) = (ceil(2^lift(Mod(2, k)^k)/3) % 2) == 1; \\ Michel Marcus, Jun 14 2024
CROSSREFS
Sequence in context: A119311 A305183 A360642 * A202274 A070789 A302588
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 08 2005
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 August 25 17:04 EDT 2024. Contains 375442 sequences. (Running on oeis4.)