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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

0, 2, 4, 8, 13, 16, 26, 38, 46, 50, 56, 71, 74, 120, 136, 176, 193, 214, 330, 355, 482, 574, 668, 839, 890, 996, 1088, 1223, 1528, 1920, 2039, 2224, 2374, 2646, 3055, 3120, 3811, 5010, 5539, 6208, 6591, 8566, 9139, 9690, 12359, 13894, 14796, 15331, 16118, 16558
Offset: 1

Views

Author

Bobby Jacobs and Robert G. Wilson v, Sep 30 2017

Keywords

Comments

Record numbers of ordered triples {a, b, c} of positive integers such that a*b = c*n with c < a < b < n.

Examples

			There are 4 unordered triples {a, b, c} of distinct positive integers from 1 to 10 such that a*b = c*10:
  {2, 5, 1}: 2*5 = 1*10 = 10;
  {4, 5, 2}: 4*5 = 2*10 = 20;
  {5, 6, 3}: 5*6 = 3*10 = 30;
  {5, 8, 4}: 5*8 = 4*10 = 40.
This is more than any n < 10, so 4 is in this sequence.
		

Crossrefs

Records in A278648.
Cf. A292431.

Formula

a(n) = A278648(A292431(n)).
Showing 1-1 of 1 results.