login
A350120
a(n) is the least integer k such that A350090(k) = 2*n-1 or -1 if no such k exists.
3
1, 5, 22, 33, 5951, 124, 90088, 187, 757, 1149, 237152823, 852, 30744479715, 207737, 15555, 876, 40828735337636, 1541, 2932093694892923, 8454, 3557030, 802103321, 1895798161468690610
OFFSET
1,2
COMMENTS
Most terms of A350090 are odd. It is conjectured by Klaus Purath that all odd numbers appear in A350090.
a(n) is the least k such that tau(3*k*(k+1)+1) = 2*n. - Jinyuan Wang, Dec 19 2021
a(11) >= 10^8 if it exists. - Michel Marcus, Dec 20 2021
PROG
(PARI) a(n) = my(k=1, m=2*n); while (numdiv(3*k*(k+1)+1) != m, k++); k; \\ Michel Marcus, Dec 20 2021
CROSSREFS
Sequence in context: A283758 A288676 A085101 * A290510 A184724 A082005
KEYWORD
nonn,more
AUTHOR
Michel Marcus, Dec 15 2021
EXTENSIONS
a(11)-a(23) from Klaus Purath, Jan 04 2022
STATUS
approved