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.

Showing 1-2 of 2 results.

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.

A213155 Polylogarithm li(-n,-1/100) multiplied by (101^(n+1))/100.

Original entry on oeis.org

1, -1, -99, -9601, -891099, -74657401, -4598985699, 83304101999, 105616323905301, 26458809087970199, 4788219040686298701, 620396956870561833599, 15434896384804497301701, -25743663357271554846442201
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=1,q=100.

Examples

			polylog(-5,-1/100)*101^6/100 = -74657401.
		

Crossrefs

Programs

  • Mathematica
    f[n_] := PolyLog[-n, -1/100] (101^(n + 1))/100; f[0] = 1; Array[f, 14, 0] (* Robert G. Wilson v, Dec 25 2015 *)
  • PARI
    in A212846; run limnpq(nmax, 1, 100)

Formula

See formula in A212846, setting p=1,q=100.
Showing 1-2 of 2 results.