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!)
A246699 Squarefree n such that C(2^n - 1, n) is also squarefree, where C is the binomial coefficient. 2
1, 2, 3, 6, 11, 21, 29, 31, 51, 55, 57 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjectured to be finite.
The subsequence of squarefree numbers in A245569. - M. F. Hasler, Nov 28 2014
LINKS
MATHEMATICA
Select[Range[100], SquareFreeQ[#] && SquareFreeQ[Binomial[2^# - 1, #]] &] (* Vincenzo Librandi, Nov 14 2014 *)
PROG
(Magma) [n: n in [1..200] | IsSquarefree(n) and IsSquarefree(Binomial(2^n-1, n))];
(PARI) is(n)=issquarefree(n) && issquarefree(binomial(2^n-1, n)) \\ Charles R Greathouse IV, Nov 16 2014
CROSSREFS
Sequence in context: A030037 A077078 A077079 * A079969 A034064 A034074
KEYWORD
nonn
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)