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!)
A308915 Decimal expansion of Sum_{n>=1} 1/(log(n)^log(n)). 4
6, 7, 1, 6, 9, 7, 0, 6, 1, 2, 9, 9, 0, 8, 9, 6, 0, 8, 8, 1, 4, 4, 5, 7, 9, 9, 8, 7, 2, 3, 2, 6, 0, 8, 8, 9, 1, 4, 5, 2, 7, 7, 2, 6, 1, 6, 5, 8, 8, 4, 5, 0, 4, 5, 8, 2, 6, 7, 0, 7, 5, 9, 2, 8, 4, 0, 5, 2, 4, 0, 2, 1, 8, 0, 6, 9, 3, 2, 5, 0, 9, 4, 3, 3, 5, 1, 1, 0, 0, 1, 8, 7, 5, 7, 2, 7, 6, 4, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This series is convergent because n^2 * 1/log(n)^log(n) = exp(log(n) * (2 - log(log(n)))) which -> 0 as n -> oo.
REFERENCES
Jean-Marie Monier, Analyse, Exercices corrigés, 2ème année MP, Dunod, 1997, Exercice 3.2.1.i p. 279.
LINKS
FORMULA
Equals Sum_{n>=1} 1/(log(n)^log(n)).
EXAMPLE
6.71697061299089608814457...
MAPLE
evalf(sum(1/(log(n)^log(n)), n=1..infinity), 110);
MATHEMATICA
RealDigits[N[1 + Sum[1/Log[n]^Log[n], {n, 2, Infinity}], 100]][[1]] (* Jinyuan Wang, Jul 25 2019 *)
PROG
(PARI) 1 + sumpos(n=2, 1/(log(n)^log(n))) \\ Michel Marcus, Jun 30 2019
CROSSREFS
Cf. A073009 (1/n^n), A099870 (1/n^log(n)), A099871 (1/log(n)^n).
Sequence in context: A319458 A296459 A354684 * A294644 A256128 A280501
KEYWORD
cons,nonn
AUTHOR
Bernard Schott, Jun 30 2019
EXTENSIONS
More terms from Jon E. Schoenfield, Jun 30 2019
a(16)-a(24) from Jinyuan Wang, Jul 10 2019
More terms from Charles R Greathouse IV, Oct 21 2021
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)