A353011 Indices of "late birds" in A090395 (denominator of d(n)/n): indices n such that A090395(k) > A090395(n) for all k > n.
2, 12, 24, 36, 60, 72, 84, 96, 108, 180, 240, 252, 360, 480, 504, 720, 792, 1260, 1440, 1680, 1800, 2160, 2340, 2640, 3360, 3600, 5040, 5280, 6720, 7920, 10080, 12600, 15120, 15840, 18480, 20160, 21840, 25200, 30240, 36960, 40320, 43680, 55440, 60480, 65520
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
L=List(); forstep(n=m=65520,1,-1, m>(m=min(A090395(n),m)) && listput(L,n));Vecrev(L)
Formula
a(n+1) > a(n).
Comments