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!)
A065294 Values of k such that A065293(k) = 0. 3
2, 3, 4, 7, 8, 10, 14, 15, 16, 17, 19, 22, 23, 25, 32, 33, 37, 43, 44, 46, 47, 51, 55, 57, 59, 64, 67, 68, 69, 76, 79, 82, 85, 87, 88, 89, 92, 93, 94, 95, 99, 101, 102, 109, 110, 113, 114, 115, 116, 119, 122, 125, 127, 128, 129, 133, 134, 137, 141, 142, 143, 148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Position[Table[Count[Range[0, n - 1], _?(Mod[2^#, n] == # &)], {n, 150}], 0][[All, 1]] (* Michael De Vlieger, Jun 19 2018 *)
PROG
(PARI) isok(n) = sum(s=0, n-1, Mod(2, n)^s == s) == 0; \\ Michel Marcus, Jun 19 2018
CROSSREFS
Cf. A065293.
Sequence in context: A207006 A171781 A329395 * A240073 A332579 A357490
KEYWORD
nonn
AUTHOR
Jonathan Ayres (jonathan.ayres(AT)btinternet.com), Oct 28 2001
EXTENSIONS
Incorrect term 1 removed by Michel Marcus, Jun 20 2018
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 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)