OFFSET
1,2
COMMENTS
This triangle lists the "descending sequences for rank 1" of Eggleton et al.
REFERENCES
R. B. Eggleton, J. S. Kimberley and J. A. MacDougall, Square-free rank of integers, submitted.
LINKS
Jason Kimberley, Table of i, a(i) for i = 1..10104 (T(n,k) for n = 1..3333)
FORMULA
EXAMPLE
For example, 6 sqrt(2) > 4 sqrt(3) > 3 sqrt(5), because 72 > 48 > 45.
The first six rows are:
1;
2, 1;
3, 2, 1;
4, 3, 2;
5, 4, 3, 2;
6, 4, 3;
MATHEMATICA
Function[w, MapIndexed[Take[w[[First@ #2, 1]], 1 + Length@ TakeWhile[ Differences@ #1, # < 0 &]] &, w[[All, -1]]]]@ Table[Function[k, Function[p, {#, p #^2} &@ Floor[n Sqrt[2/p]]]@ Prime@ k]@ Range@ PrimePi[2 n^2], {n, 27}] (* Michael De Vlieger, Feb 17 2017 *)
PROG
CROSSREFS
KEYWORD
nonn,tabf,easy
AUTHOR
Jason Kimberley, Feb 12 2017
STATUS
approved