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!)
A125035 Numbers k such that gcd(2^k-69,k) > 1. 1
10, 26, 30, 50, 67, 70, 88, 90, 110, 130, 136, 150, 170, 182, 183, 185, 190, 198, 210, 212, 230, 250, 270, 272, 285, 290, 308, 310, 330, 338, 350, 370, 390, 408, 410, 413, 418, 430, 450, 470, 490, 494, 510, 528, 530, 544, 550, 570, 590, 610, 627, 630, 638, 650 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding gcd's are 5,13,5,5,67,5,11,5,5,5,17,5,5,13,61,37,5,11, ...
LINKS
EXAMPLE
10 is a term since gcd(2^10-69,10) = gcd(1024-69,10) = gcd(955,10) = 5 > 1.
Note that 67|(2^67-69).
MATHEMATICA
Select[Range[650], ! CoprimeQ[2^# - 69, #] &] (* Amiram Eldar, Feb 18 2022 *)
CROSSREFS
Sequence in context: A358774 A046961 A246826 * A337049 A067264 A043342
KEYWORD
nonn
AUTHOR
Zak Seidov, Nov 17 2006
EXTENSIONS
More terms from Amiram Eldar, Feb 18 2022
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 07:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)