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.

A111333 Number of odd numbers <= n-th prime.

Original entry on oeis.org

1, 2, 3, 4, 6, 7, 9, 10, 12, 15, 16, 19, 21, 22, 24, 27, 30, 31, 34, 36, 37, 40, 42, 45, 49, 51, 52, 54, 55, 57, 64, 66, 69, 70, 75, 76, 79, 82, 84, 87, 90, 91, 96, 97, 99, 100, 106, 112, 114, 115, 117, 120, 121, 126, 129, 132, 135, 136, 139, 141, 142, 147, 154, 156, 157
Offset: 1

Views

Author

Giovanni Teofilatto, Nov 05 2005

Keywords

Comments

This is A006254 (numbers n such that 2n-1 is prime) with a leading 1. - Lambert Klasen (lambert.klasen(AT)gmx.net), Nov 06 2005
Same as smallest k such that prime(n) divides C(2k,k). - Jonathan Sondow, Jan 20 2016
Positions of records in A046112. - Hugo Pfoertner, Jul 11 2019

Crossrefs

Programs

Formula

a(n) = ceiling((prime_n)/2). - Robert G. Wilson v, Nov 07 2005

Extensions

More terms from Robert G. Wilson v, Nov 07 2005