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
- Martin Aigner and Günter M. Ziegler, Proofs from the Book, Second Edition. Berlin (2001): Springer-Verlag, p. 7.
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
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.
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
-
NestList[FromDigits[IntegerDigits[NextPrime[FromDigits[IntegerDigits[ 2#], 2],-1],2]]&,10,20] (* 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
Cf.
A055496,
A164333 A164960,
A164962,
A164920,
A006992,
A164917,
A164918,
A104272,
A080359,
A164368,
A164288.
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
The first few corresponding partitions are {1}, {2}, {3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12, 13, 14}.
Appears to agree with
A113117 starting at the 5th term and with
A113118 starting at the 6th term.
Comments