[go: up one dir, main page]

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!)
A359088 Odd integers k that are not equal to A002326((A005420(k)-1)/2) where A005420(n) is the largest prime factor of 2^n - 1 and A002326(n) is the multiplicative order of 2 mod 2n+1. 1
51, 111, 327 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Inspired by former comment from Thomas Ordowski in A005420.
LINKS
PROG
(PARI) zn(n) = znorder(Mod(2, 2*n+1)); \\ A002326
f(n) = vecmax(factor(2^n-1)[, 1]); \\ A005420
isok(k) = (k%2) && (zn((f(k)-1)/2) != k);
CROSSREFS
Sequence in context: A260517 A235878 A015705 * A044238 A044619 A031894
KEYWORD
nonn,bref,hard,more
AUTHOR
Michel Marcus, Dec 16 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 August 29 09:35 EDT 2024. Contains 375511 sequences. (Running on oeis4.)