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!)
A245569 Numbers n such that binomial(2^n-1,n) is squarefree. 1
0, 1, 2, 3, 4, 6, 11, 12, 21, 28, 29, 31, 51, 54, 55, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Motivated by the previously existing entry for the subsequence A246699 of squarefree terms in this sequence.
Conjectured to be finite. Next term, if it exists, is larger than 500.
LINKS
MATHEMATICA
Select[Range[0, 57], SquareFreeQ[Binomial[2^#-1, #]]&] (* Ivan N. Ianakiev, Nov 18 2014 *)
PROG
(PARI) is(n)=issquarefree(binomial(2^n-1, n))
(PARI) is(n)={t=1; n&&n=vecsort(concat(vector(n, k, factor(if(k<n, numerator, x->x)(t=(2^n-k)/k/denominator(t)), 0)~))); for(i=2, #n, if(n[1, i]==n[1, i-1], n[2, i]+=n[2, i-1]; n[2, i-1]=0)); !n||vecmax(n[2, ])<2} \\ Limiting "factor" to precomputed primes might yield a false positive, but no term > 57 is found so far.
CROSSREFS
Sequence in context: A358788 A014859 A084166 * A018297 A050886 A341652
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Nov 17 2014
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 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)