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.

A070891 Denominator of Sum_{k=1..n} mu(k)/k when it changes sign.

Original entry on oeis.org

30, 15, 105, 210, 2310, 5005, 1616615, 9699690, 223092870, 111546435, 2156564410, 100280245065, 3710369067405, 7420738134810, 6541380665835015
Offset: 1

Views

Author

Donald S. McDonald, May 17 2002

Keywords

Crossrefs

Programs

  • PARI
    t = 0; v = []; for( n = 1, 80, t1 = t; t = t + moebius( n) / n; if( t * t1 < 0, v = concat( v, denominator( t)), )); v