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.

Previous Showing 31-35 of 35 results.

A295262 Primes for "Landau's trick" to prove Bertrand's postulate for n < 4000.

Original entry on oeis.org

2, 3, 5, 7, 13, 23, 43, 83, 163, 317, 631, 1259, 2503, 4001
Offset: 1

Views

Author

Alonso del Arte, Nov 18 2017

Keywords

Comments

Chapter 2 in the Aigner and Ziegler book is devoted to Bertrand's postulate. The proof given starts by showing Bertrand's postulate is true just for n < 4000.
After 2, each prime is less than twice the previous prime. So, even if these were the only primes up to 4002, Bertrand's postulate would still be true for the specified range.
However, these are different from the Bertrand primes (A006992) after 2503, as that sequence requires the very largest prime smaller than twice the previous one, since twice 2503 is 5006 and 5003 is the largest prime less than that.
Erdős Pál used this sequence, with 4001 instead of 5003, in his 1932 proof of Bertrand's postulate, attributing it to Edmund Landau ("einer Bemerkung des Herrn Landau"), which Aigner and Ziegler refer to as "Landau's trick" in their book.

References

  • Martin Aigner and Günter M. Ziegler, Proofs from the Book, Second Edition. Berlin (2001): Springer-Verlag, p. 7.

Crossrefs

Cf. A006992.

A080190 Smallest prime p such that n applications of f lead form p to 2, where f is the mapping of primes > 2 to primes defined by A052248.

Original entry on oeis.org

2, 3, 5, 7, 13, 23, 43, 83, 163, 317, 631, 1259, 2503, 5003, 9973, 19937, 39869, 119617, 239233, 480023, 960031, 1920049, 3840091, 7680181, 15360361, 30720719, 61441379, 122882741, 245765449, 491530873, 983061713, 1966123417
Offset: 0

Views

Author

Klaus Brockhaus, Feb 10 2003

Keywords

Comments

RECORDS transform of A080189; prime p sets a new record for the number of applications of f that are required to reach 2. - a(n) = prime preceding 2*a(n-1) as long as a(n-1) is a term of A080191; if however a(n-1) is a term of A080192, then a(n) > 2*a(n-1). - Next term a(32) > 3932600000, presumably a(32) = 5274863189, a(33) = 10549726367. - The sequence coincides with A006992 (Bertrand primes: a(n) is largest prime < 2*a(n-1)) for the first 17 terms; first divergence occurs after term 39869 because this is the first term which belongs to A080192.

Examples

			f(23) = 13, f(13) = 7, f(7) = 5, f(5) = 3, f(3) = 2; five applications of f are required to reach 2 and for all primes < 23 at most four applications are required, so a(5) = 23.
		

Crossrefs

Formula

f^n(p) = 2.

A124387 Largest prime < 2*a(n-1) written in binary, a(1)=2.

Original entry on oeis.org

10, 11, 101, 111, 1101, 10111, 101011, 1010011, 10100011, 100111101, 1001110111, 10011101011, 100111000111, 1001110001011, 10011011110101, 100110111100001, 1001101110111101, 10011011101010011, 100110111010011101, 1001101110100011111, 10011011101000111011
Offset: 1

Views

Author

Artur Jasinski, Dec 16 2006

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[FromDigits[IntegerDigits[NextPrime[FromDigits[IntegerDigits[ 2#], 2],-1],2]]&,10,20] (* Harvey P. Dale, Sep 26 2015 *)

Formula

a(n) = A007088(A006992(n)).

Extensions

Corrected and extended by Harvey P. Dale, Sep 26 2015

A164966 Primes which are obtained at least by two ways using the iterations of the S operator (see A164960) beginning with primes of the union of {2,3} and A164333.

Original entry on oeis.org

127, 149, 211, 223, 257, 307, 431, 449
Offset: 1

Views

Author

Vladimir Shevelev, Sep 02 2009

Keywords

Comments

The sequence is connected with our sieve selecting the primes of the union of {2,3} and A164333 from all primes.

Crossrefs

A381901 Partition the natural numbers by letting a(1)=1 (denoting the set {1}) and for n>1 define a(n) to be the least integer such that the product of the set of integers {a(n-1)+1,...,a(n)} is an integer multiple of the previous partition's product.

Original entry on oeis.org

1, 2, 4, 8, 14, 26, 46, 86, 166, 326, 634, 1262, 2518, 5006, 10006, 19946, 39874, 79738, 159398, 318778, 637502, 1274998, 2549978, 5099902, 10199786, 20399534, 40799062, 81598082, 163196134, 326392258, 652784498, 1305568942, 2611137838, 5222275634, 10444551254
Offset: 1

Views

Author

Andy Niedermaier, Mar 09 2025

Keywords

Examples

			The first few corresponding partitions are {1}, {2}, {3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12, 13, 14}.
		

Crossrefs

Appears to agree with A113117 starting at the 5th term and with A113118 starting at the 6th term.

Formula

a(n) = A090905(n+1) - 1.
a(n) = 2 * A006992(n-1) for n>=5.
Previous Showing 31-35 of 35 results.