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!)
A087967 Integers m such that gcd(-1+2^m, m^2) is not a square number. 2
18, 36, 72, 90, 100, 126, 144, 147, 162, 180, 198, 200, 234, 252, 288, 294, 300, 306, 324, 342, 360, 396, 400, 414, 441, 450, 468, 504, 522, 558, 576, 588, 600, 612, 630, 648, 666, 684, 700, 720, 735, 738, 774, 792, 800, 810, 828, 846, 882, 900, 936, 954 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Solutions x to Integer[Sqrt[GCD[ -1+2^x, x^2]]]=False.
EXAMPLE
m=18: gcd(262143,324) = 27 is not a square number, so 18 is a term.
PROG
(PARI) isok(m) = !issquare(gcd(2^m-1, m^2)); \\ Michel Marcus, Aug 27 2019
CROSSREFS
Sequence in context: A154575 A344199 A097926 * A070224 A083211 A156903
KEYWORD
nonn
AUTHOR
Labos Elemer, Sep 22 2003
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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)