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!)
A127239 Central coefficients of Thue-Morse binomial triangle A127236. 2
1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A010060(binomial(2n,n)).
MAPLE
tm:= proc(n) option remember;
if n::even then procname(n/2^padic:-ordp(n, 2))
else 1 - procname((n-1)/2)
fi
end proc:
tm(0):= 0:
seq(tm(binomial(2*n, n)), n=0..100); # Robert Israel, May 07 2019
MATHEMATICA
Table[ThueMorse[Binomial[2n, n]], {n, 0, 100}] (* Jean-François Alcover, Jun 22 2020 *)
CROSSREFS
Sequence in context: A302052 A039985 A324822 * A129186 A353494 A190610
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jan 10 2007
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 August 14 13:35 EDT 2024. Contains 375165 sequences. (Running on oeis4.)