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!)
A175863 Numbers k > 1 such that 2^(k-1) == (2*k + 1) (mod k^2). 0
7, 71, 379, 2659 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms up to 5 million. - Harvey P. Dale, Mar 20 2016
The definition implies 2^(k-1) == 1 (mod k), so all terms are either primes or Sarrus numbers (A001567). There are no further prime terms below 10^12, and no further Sarrus terms below 2^64. - Lucas A. Brown, Feb 19 2024
LINKS
MATHEMATICA
Select[Range[3000], PowerMod[2, #-1, #]==1&&PowerMod[2, #-1, #^2]-1==2*#&] (* Harvey P. Dale, Mar 20 2016 *)
CROSSREFS
Sequence in context: A137443 A362106 A107601 * A196742 A196900 A319963
KEYWORD
nonn,hard,more
AUTHOR
Alzhekeyev Ascar M, Sep 30 2010
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 10:07 EDT 2024. Contains 371905 sequences. (Running on oeis4.)