login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135760 Least number in A001764 divisible by 3^n: a(n) = A001764(3^n-1). 0
1, 3, 43263, 6568517413771094628, 748787983804424579516665098357127267955239740580277791815018327 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Only numbers in A001764 not divisible by 3 are: A001764((3^n-1)/2) for n>=0.
LINKS
FORMULA
a(n) = C(3^(n+1)-3, 3^n-1) / (2*3^n-1).
MATHEMATICA
Table[Binomial[3^(n + 1) - 3, 3^n - 1]/(2*3^n - 1), {n, 0, 10}] (* G. C. Greubel, Nov 07 2016 *)
PROG
(PARI) a(n)=binomial(3^(n+1)-3, 3^n-1)/(2*3^n-1)
CROSSREFS
Sequence in context: A068161 A116313 A140656 * A003541 A086829 A190722
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 02 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 05:28 EDT 2024. Contains 371264 sequences. (Running on oeis4.)