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!)
A345460 Odd numbers k with (k-1)/2 not prime such that p-1 | k-1 or k-1 | p-1 for every prime p | 2^(k-1)-1. 0
1, 3, 9, 13, 17, 19, 31, 33, 37, 43, 65, 79, 115, 129, 187, 223, 367, 403, 535, 763, 835, 2743 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Are there only finitely many such numbers?
For those numbers k, if k <> 2^m + 1, then k == 1 (mod 6).
If other terms below 10^4 exist, they belong to the set { 6237, 7013, 7509, 7555, 7963, 8013, 8357, 8453, 9715, 9727, 9823 }. - Max Alekseyev, Sep 11 2023
LINKS
MATHEMATICA
q[k_] := AllTrue[FactorInteger[2^(k - 1) - 1][[;; , 1]], Divisible[k - 1, # - 1] || Divisible[# - 1, k - 1] &]; Select[Range[1, 230, 2], ! PrimeQ[(# - 1)/2] && q[#] &]
CROSSREFS
Cf. A334797 (see comments section).
Sequence in context: A063791 A077791 A176393 * A239320 A243656 A363406
KEYWORD
nonn,more
AUTHOR
Amiram Eldar and Thomas Ordowski, Jun 20 2021
EXTENSIONS
a(22) from Max Alekseyev, Sep 11 2023
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 24 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)