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.

A317025 a(n) = lcm(A317024(n), A317024(n+1)).

This page as a plain text file.
%I A317025 #9 Jul 22 2018 07:48:33
%S A317025 1,2,6,3,4,12,15,5,7,14,10,20,28,21,24,8,9,18,22,11,13,26,30,60,36,45,
%T A317025 35,42,66,33,39,52,44,55,40,56,63,72,88,77,70,90,99,110,130,65,80,16,
%U A317025 17,34,38,19,23,46,50,25,27,54,58,29,31,62,32,96,48,112,84
%N A317025 a(n) = lcm(A317024(n), A317024(n+1)).
%C A317025 All terms are distinct.
%C A317025 This sequence has similarities with A088178.
%H A317025 Rémy Sigrist, <a href="/A317025/b317025.txt">Table of n, a(n) for n = 1..10000</a>
%H A317025 Rémy Sigrist, <a href="/A317025/a317025.gp.txt">PARI program for A317025</a>
%e A317025 a(7) = lcm(A317024(7), A317024(8)) = lcm(3, 5) = 15.
%o A317025 (PARI) See Links section.
%Y A317025 Cf. A088178, A317024.
%K A317025 nonn
%O A317025 1,2
%A A317025 _Rémy Sigrist_, Jul 19 2018