OFFSET
1,1
COMMENTS
Trinv(n) = (sqrt(8*n+1)-1)/2 is the inverse of A000217.
EXAMPLE
2.2814374140534244152717727285916507607333884526610...
MATHEMATICA
TriangleRoot[n_] =(-1 + Sqrt[1 + 8 n])/2; RealDigits[ Fold[ TriangleRoot[ #1 + #2] &, 0, Reverse[ Range[200]]], 10, 111][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Kelvin Voskuijl, Sep 17 2023
STATUS
approved