A350935 a(n) is the smallest number m such that tau(m-1) = tau(m+1) = n*tau(m) or 0 if no such m exists, where tau(k) = A000005(k).
34, 7, 19, 41, 6641, 199, 640063, 919, 17299, 22193, 350632961, 5741, 57394565119, 2345921, 3568049, 18089, 55171346530303, 41651, 193405731995647, 252881, 88099649, 1439024129, 916791443027132417, 90271, 821128751, 20969598977, 3959299, 2319679, 190190725057515297439745, 7860401
Offset: 1
Keywords
Examples
a(3) = 19 because 19 is the smallest number m such that tau(m-1) = tau(m+1) = 3 * tau(m); tau(18) = tau(20) = 3 * tau(19) = 3 * 2 = 6.
Programs
-
Magma
Ax:=func
; [Ax(n): n in [1..10]]
Extensions
a(11)-a(16) from Jon E. Schoenfield, Jan 26 2022
More terms from Jon E. Schoenfield and David A. Corneth, Jan 27 2022
Comments