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.

A213157 Polylogarithm li(-n,-99/100) multiplied by (199^(n+1))/100.

Original entry on oeis.org

1, -99, -99, 1960101, 7840701, -155226277899, -1319555674899, 26121225430931301, 381134689417943901, -7543761920163143670699, -168204228721945992219699, 3328727258163288077733522501
Offset: 0

Views

Author

Stanislav Sykora, Jun 06 2012

Keywords

Comments

See the sequence A212846 which describes the general case of li(-n,-p/q). This sequence is obtained for p=99,q=100.

Examples

			polylog(-5,-99/100)*199^6/100 = -155226277899.
		

Crossrefs

Programs

  • PARI
    in A212846; run limnpq(nmax, 99, 100)

Formula

See formula in A212846, setting p=99, q=100.