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.

A327724 Product of A003059 and A071797.

This page as a plain text file.
%I A327724 #9 Oct 07 2019 16:06:11
%S A327724 1,2,4,6,3,6,9,12,15,4,8,12,16,20,24,28,5,10,15,20,25,30,35,40,45,6,
%T A327724 12,18,24,30,36,42,48,54,60,66,7,14,21,28,35,42,49,56,63,70,77,84,91,
%U A327724 8,16,24,32,40,48,56,64,72,80,88,96,104,112,120,9,18,27,36,45,54
%N A327724 Product of A003059 and A071797.
%o A327724 (PARI) a(n) = {(1+sqrtint(n-1))*(n-sqrtint(n-1)^2)} \\ _Andrew Howroyd_, Sep 23 2019
%Y A327724 Cf. A003059, A071797.
%K A327724 nonn
%O A327724 1,2
%A A327724 _Todor Szimeonov_, Sep 23 2019