login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A063672
Sequence A019320 in binary.
6
10, 1, 11, 111, 101, 11111, 11, 1111111, 10001, 1001001, 1011, 11111111111, 1101, 1111111111111, 101011, 10010111, 100000001, 11111111111111111, 111001, 1111111111111111111, 11001101, 100100110111, 1010101011
OFFSET
0,1
LINKS
MAPLE
map(convert, A019320, binary); or up to n=104 with: map(convert, [seq(Phi_pos_terms(j, 2)-Phi_neg_terms(j, 2), j=0..104)], binary);
MATHEMATICA
A063672[n_] := If[n == 0, 10, FromDigits[IntegerDigits[Cyclotomic[n, 2], 2]]];
Array[A063672, 30, 0] (* Paolo Xausa, Feb 26 2024 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 03 2001
STATUS
approved