A107263 Position where n (presumably) appears the last time in A032531, or 0 if n keeps appearing.
20678, 95695, 120724, 133876, 1148205
Offset: 0
Crossrefs
Cf. A107262.
Programs
-
PARI
\\ Warning: conjectured sequence. accrows(n)={my(v=vector(n), p=vector(n), idx=0); for(i=1, n, for(j=1, i, my(t=v[j]+1); if(t<=n, v[t]++; p[t]=idx); idx++)); p} \\ search 5000 rows of A032531 (first binomial(5000+1,2) = 12502500 terms). { accrows(5000)[1..31] } \\ Andrew Howroyd, Nov 12 2024
Extensions
Corrected and extended by Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 03 2006, Nov 08 2006
Comments