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!)
A359063 Integers k such that A005420(k) = A005420(2*k) = A005420(4*k) where A005420(k) is the largest prime factor of 2^k-1. 2
7, 13, 17, 31, 37, 59, 61, 65, 77, 83, 89, 97, 107, 127, 129, 131, 133, 145, 153, 165, 169, 179, 195, 197, 201, 221, 227, 235, 245, 249, 261, 269, 281, 293, 297, 303, 321, 325, 345, 369, 373, 381, 393, 399, 405, 409, 417, 421, 425, 427, 442, 443, 447, 455, 465 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Inspired by former comment from Thomas Ordowski in A005420.
LINKS
MATHEMATICA
Block[{s, nn}, nn = 50; s = Map[FactorInteger[#][[-1, 1]] &, 2^Range[4 nn] - 1]; Select[Range[nn], s[[#]] == s[[2 #]] == s[[4 #]] &]] (* Michael De Vlieger, Dec 15 2022 *)
PROG
(PARI) f(n) = vecmax(factor(2^n-1)[, 1]); \\ A005420
isok(n) = my(x=f(2*n)); (f(n) == x) && (f(4*n) == x);
CROSSREFS
Cf. A005420.
Sequence in context: A089531 A247010 A138337 * A174877 A230433 A029477
KEYWORD
nonn,hard
AUTHOR
Michel Marcus, Dec 15 2022
EXTENSIONS
a(36)-a(55) from Amiram Eldar, Dec 15 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 May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)