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.

A362533 Decimal expansion of lim_{n->oo} ( Sum_{k=2..n} 1/(k * log(k) * log log(k)) - log log log(n) ).

Original entry on oeis.org

2, 6, 9, 5, 7, 4
Offset: 1

Views

Author

Bernard Schott, Apr 24 2023

Keywords

Comments

If u(n) = Sum_{k=2..n} ( 1/(k*log(k)*log log(k)) - log log log(n) ), then (u(n)) is convergent, while the series v(n) = Sum_{k=2..n} 1/(k*log(k)*log log log(k)) diverges (see link). This is an extension of A001620 and A361972.
Note that ( log log log(x) )' = 1 / ( x * log(x) * log log(x) ).

Examples

			2.69574...
		

Crossrefs

Formula

Limit_{n->oo} 1/( 2*log(2)*log log(2) ) + 1/( 3*log(3)*log log(3) ) + ... + 1/( n*log(n)*log log(n) ) - log log log(n).