A350936 a(n) is the smallest number m such that tau(m) = n*tau(m-1) = n*tau(m+1) or 0 if no such m exists, where tau(k) = A000005(k).
34, 6, 12, 30, 816, 60, 192, 270, 180, 240, 56320, 420, 233472, 2112, 1620, 1320, 2162688, 2340, 786432, 3120, 4800, 15360, 62914560, 3360, 172368, 724992, 6300, 29760, 24964497408, 12240, 35433480192, 7560, 599040, 15138816, 81648, 21600, 7215545057280
Offset: 1
Keywords
Examples
a(3) = 12 because 12 is the smallest number m such that tau(m) = 3 * tau(m-1) = 3 * tau(m+1); tau(12) = 3 * tau(11) = 3 * tau(13) = 3 * 2 = 6.
Programs
-
Magma
Ax:=func
; [Ax(n): n in [1..16]]
Extensions
a(23)-a(37) from Jon E. Schoenfield, Jan 25 2022
Comments