login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A354062 a(n) = Li(-2^n, 1/3), where Li(n, z) is the polylogarithm function. 1
15, 17295, 4229255279355, 11811493418737804581195936694907475 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
The next term, a(6) = 2.808...*10^86, is too large to include in the data section.
a(n) is an integer for all n >= 2 (Aloff, 2022).
Conjecture: for k >= 0, a(n) is divisible by 2^2^k+1 = A000215(k) for all n >= 2^max{k,1}. - Jianing Song, May 17 2022
LINKS
Simon Aloff, A Family of Infinite Series Taking Integer Values, Missouri J. Math. Sci., Vol. 34 , No. 1 (2022), pp. 1-18.
Eric Weisstein's World of Mathematics, Polylogarithm.
Wikipedia, Polylogarithm.
FORMULA
a(n) = Sum_{k>=1} k^2^n/3^k. - Jianing Song, May 17 2022
MATHEMATICA
a[n_] := PolyLog[-2^n, 1/3]; Array[a, 5, 2]
PROG
(PARI) a(n) = polylog(-2^n, 1/3); \\ Michel Marcus, May 16 2022
CROSSREFS
Sequence in context: A112614 A238634 A198521 * A212924 A068732 A174304
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 16 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)