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!)
A334214 Odd numbers m such that m^k + 1 is squarefree for all 0 <= k <= (m - 1)/2. 2
1, 5, 9, 13, 21, 25, 85, 105, 165 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(10) > 10000, if it exists. Most of the relevant factorizations of 165^k+1 were already present in the FactorDB database. The factorization of 165^79+1 has been completed with the software CADO-NFS. - Giovanni Resta, Apr 22 2020
LINKS
PROG
(PARI) isOK(m) = k=0; until(k>(m-1)/2, if(!issquarefree(m^k+1), return(0)); k++); 1;
for(m=0, 140, if(isOK(m)&&m%2==1, print1(m, ", ")))
CROSSREFS
Sequence in context: A314792 A089217 A166049 * A053411 A332571 A023382
KEYWORD
nonn,more,hard
AUTHOR
Gionata Neri, Apr 18 2020
EXTENSIONS
a(9) from Giovanni Resta, Apr 22 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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)