This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A135760 #5 Nov 07 2016 12:06:05 %S A135760 1,3,43263,6568517413771094628, %T A135760 748787983804424579516665098357127267955239740580277791815018327 %N A135760 Least number in A001764 divisible by 3^n: a(n) = A001764(3^n-1). %C A135760 Only numbers in A001764 not divisible by 3 are: A001764((3^n-1)/2) for n>=0. %F A135760 a(n) = C(3^(n+1)-3, 3^n-1) / (2*3^n-1). %t A135760 Table[Binomial[3^(n + 1) - 3, 3^n - 1]/(2*3^n - 1), {n,0,10}] (* _G. C. Greubel_, Nov 07 2016 *) %o A135760 (PARI) a(n)=binomial(3^(n+1)-3,3^n-1)/(2*3^n-1) %Y A135760 Cf. A001764; A135759. %K A135760 nonn %O A135760 0,2 %A A135760 _Paul D. Hanna_, Dec 02 2007