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.

A292430 Record numbers of unordered triples {a, b, c} of distinct positive integers from 1 to n such that a*b = c*n.

This page as a plain text file.
%I A292430 #36 Oct 06 2017 01:54:49
%S A292430 0,2,4,8,13,16,26,38,46,50,56,71,74,120,136,176,193,214,330,355,482,
%T A292430 574,668,839,890,996,1088,1223,1528,1920,2039,2224,2374,2646,3055,
%U A292430 3120,3811,5010,5539,6208,6591,8566,9139,9690,12359,13894,14796,15331,16118,16558
%N A292430 Record numbers of unordered triples {a, b, c} of distinct positive integers from 1 to n such that a*b = c*n.
%C A292430 Record numbers of ordered triples {a, b, c} of positive integers such that a*b = c*n with c < a < b < n.
%F A292430 a(n) = A278648(A292431(n)).
%e A292430 There are 4 unordered triples {a, b, c} of distinct positive integers from 1 to 10 such that a*b = c*10:
%e A292430   {2, 5, 1}: 2*5 = 1*10 = 10;
%e A292430   {4, 5, 2}: 4*5 = 2*10 = 20;
%e A292430   {5, 6, 3}: 5*6 = 3*10 = 30;
%e A292430   {5, 8, 4}: 5*8 = 4*10 = 40.
%e A292430 This is more than any n < 10, so 4 is in this sequence.
%Y A292430 Records in A278648.
%Y A292430 Cf. A292431.
%K A292430 nonn
%O A292430 1,2
%A A292430 _Bobby Jacobs_ and _Robert G. Wilson v_, Sep 30 2017