cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A063699 Positions of negative coefficients in cyclotomic polynomial Phi_n(x), A063698 in binary.

Original entry on oeis.org

0, 1, 0, 0, 0, 0, 10, 0, 0, 0, 1010, 0, 100, 0, 101010, 10010010, 0, 0, 1000, 0, 1000100, 100100010010, 1010101010, 0, 10000, 0, 101010101010, 0, 10001000100, 0, 111000, 0, 0, 10010010010010010010, 1010101010101010, 100001010010100101000010
Offset: 0

Views

Author

Antti Karttunen, Aug 03 2001

Keywords

Examples

			E.g. Phi_15(x) = x^8 - x^7 + x^5 - x^4 + x^3 - x + 1, thus the 1-bits of a(15) are at positions 1,4 and 7, thus we get a(15) = 10010010
		

Crossrefs

Programs

  • Maple
    map(convert, A063698,binary);