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.

A102049 Indices of primes which are denominators of convergents to e.

Original entry on oeis.org

2, 4, 20, 2073, 688812, 23493068282804, 51287550456151700
Offset: 1

Views

Author

Jonathan Sondow, Dec 27 2004

Keywords

Comments

The prime denominators of convergents to e form A094008 (so A000040(a(n)) = A094008(n)). Their positions in A007677 (denominators of convergents to e) form A094007, so a(n) = A000720(A007677(A094007(n))).
a(6)-a(7) computed using Kim Walisch's primecount program. - Giovanni Resta, Jun 03 2019

Examples

			a(1) = 2 because the first convergent to e with prime denominator is 8/3 and the index of 3 is 2, i.e., 3 is the 2nd prime.
		

Crossrefs

Formula

a(n) = A000720(A094008(n)).

Extensions

a(6)-a(7) from Giovanni Resta, Jun 03 2019