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.

A101300 Second-smallest prime larger than n.

Original entry on oeis.org

3, 3, 5, 7, 7, 11, 11, 13, 13, 13, 13, 17, 17, 19, 19, 19, 19, 23, 23, 29, 29, 29, 29, 31, 31, 31, 31, 31, 31, 37, 37, 41, 41, 41, 41, 41, 41, 43, 43, 43, 43, 47, 47, 53, 53, 53, 53, 59, 59, 59, 59, 59, 59, 61, 61, 61, 61, 61, 61, 67, 67, 71, 71, 71, 71, 71, 71, 73, 73, 73, 73
Offset: 0

Views

Author

Zak Seidov, Apr 29 2005

Keywords

Programs

Formula

a(n) = prime(pi(n)+2).
From Reinhard Zumkeller, Jun 03 2013: (Start)
a(n) = A151800(A151800(n)).
For n>0: a(n) = A000040(A000720(n)+2). (End)