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.

A154946 Decimal expansion of the sum_p 1/((p-1)*log p) over the primes p=A000040.

Original entry on oeis.org

2, 5, 6, 4, 3, 4, 3, 2, 2, 0, 6, 8, 6, 3, 0, 9, 1, 9
Offset: 1

Views

Author

R. J. Mathar, Jan 17 2009

Keywords

Comments

Variant of A137245.

Examples

			Equals 2.56434322068...= 1/(1*log 2)+1/(2*log 3)+1/(4*log 5)+1/(6*log 7)+...
		

Formula

Equals sum_{i=1,2,3..infinity} 1/( A006093(i)*log A000040(i)).