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.

A134459 Numbers n such that lcm(1,...,n-1) < lcm(1,...,n) < lcm(1,...,n+1).

This page as a plain text file.
%I A134459 #17 Nov 03 2018 11:59:29
%S A134459 2,3,4,7,8,16,31,127,256,8191,65536,131071,524287,2147483647,
%T A134459 2305843009213693951,618970019642690137449562111,
%U A134459 162259276829213363391578010288127,170141183460469231731687303715884105727
%N A134459 Numbers n such that lcm(1,...,n-1) < lcm(1,...,n) < lcm(1,...,n+1).
%C A134459 Or, numbers n such that A003418(n-1) < A003418(n) < A003418(n+1). Sequence is the union(A019434 - 1, A000668).
%C A134459 lcm(1..n-1) < lcm(1..n) iff n is a prime power. So the sequence consists of those n for which both n and n+1 are prime powers. By Catalan's conjecture (proved by Mihailescu), the only case where n and n+1 are both powers > 1 is n=8. Otherwise, whichever of n and n+1 is even must be a power of 2 and the other must be a prime: either a Mersenne prime if n+1 is the power of 2, or a Fermat prime if n is the power of 2. - _Robert Israel_
%F A134459 a(n) = A006549(n+1) for n >= 1 (cf. Robert Israel's comment). - _Georg Fischer_, Nov 02 2018
%Y A134459 Cf. A000668, A003418, A006549, A019434. Essentially a duplicate of A068194.
%K A134459 nonn
%O A134459 1,1
%A A134459 _Zak Seidov_, Jan 18 2008
%E A134459 Missing entry 8 added by _N. J. A. Sloane_, Jan 22 2018, following a suggestion from _Jon E. Schoenfield_.