[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A074757
Numbers n such that tau(n) = (tau(n+1)+tau(n-1))/2.
4
34, 46, 62, 74, 86, 94, 142, 188, 202, 214, 218, 231, 243, 244, 262, 278, 302, 356, 375, 394, 422, 423, 428, 436, 446, 459, 478, 494, 584, 596, 604, 621, 628, 634, 664, 698, 716, 837, 861, 885, 903, 916, 922, 944, 956, 982, 1004, 1017, 1018, 1028, 1042, 1052
OFFSET
1,1
FORMULA
a(n) seems to be asymptotic to c*n with c around 23. [This conjecture is false. The limit a(n)/n, if it exists, is > 29, see graphs. - Vaclav Kotesovec, Feb 14 2019]
MATHEMATICA
okQ[{a_, b_, c_}]:=(a+c)/2==b; Flatten[Position[Partition[DivisorSigma[0, Range[1100]], 3, 1], _?okQ]]+1 (* Harvey P. Dale, Aug 17 2013 *)
CROSSREFS
Cf. A090502.
Sequence in context: A275194 A341173 A352787 * A211710 A039327 A043150
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Sep 28 2002
STATUS
approved