The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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 June 8 09:36 EDT 2024. Contains 373217 sequences. (Running on oeis4.)