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!)
A336721 Values k where A336719(k) increases. 2
2, 3, 5, 7, 13, 17, 19, 31, 49, 61, 83, 89, 107, 127, 167, 179, 197, 233, 241, 269, 281, 347, 373, 421, 443, 457, 487, 521, 607, 697, 769, 829, 881, 1049, 1063 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, values k (record positions) where A005420(k) reaches a new maximum. For the maximum itself, see A336720.
A000043 is a subsequence.
LINKS
PROG
(PARI) re=0; for(k=2, +oo, p=vecmax(factor(2^k-1)[, 1]); if(p>re, re=p; print1(k, ", ")))
CROSSREFS
Sequence in context: A237057 A183073 A123856 * A120857 A233516 A366029
KEYWORD
nonn,hard,more
AUTHOR
Jeppe Stig Nielsen, Aug 01 2020
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 September 4 13:02 EDT 2024. Contains 375683 sequences. (Running on oeis4.)