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.

A086389 Number of factors over Q in the factorization of U_n(x) - 1 where U_n(x) is the Chebyshev polynomial of the second kind.

Original entry on oeis.org

1, 1, 2, 3, 2, 3, 3, 4, 3, 4, 2, 6, 4, 3, 4, 6, 2, 6, 4, 6, 4, 4, 3, 8, 5, 4, 4, 8, 2, 7, 4, 6, 6, 5, 4, 9, 4, 4, 4, 10, 2, 8, 6, 6, 6, 4, 3, 11, 5, 6, 4, 8, 4, 8, 6, 8, 4, 6, 2, 12, 6, 3, 8, 9, 4, 8, 4, 8, 4, 9, 2, 12, 6, 4, 8, 8, 4, 8, 5, 10, 5, 6, 4, 12, 6
Offset: 1

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com), Sep 08 2003

Keywords

Crossrefs

Cf. A086375.

Programs

  • PARI
    a(n)={vecsum(factor(polchebyshev(n,2,x)-1)[,2])} \\ Andrew Howroyd, Jul 10 2018

Extensions

a(21)-a(85) from Andrew Howroyd, Jul 10 2018