The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A026809 a(n) = 3^n*(3^n-1)*(3^n-2)/6. 1
0, 1, 84, 2925, 85320, 2362041, 64304604, 1741001445, 47050068240, 1270739210481, 34313445309924, 926494403955165, 25015631334908760, 675424587904113321, 18236486750190760044, 492385348146244352085, 13294406252968671566880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = binomial(3^n, 3), n >= 0. - Zerinvary Lajos, Jan 07 2008
MAPLE
seq(binomial(3^n, 3), n=0..16); # Zerinvary Lajos, Jan 07 2008
MATHEMATICA
Binomial[3^Range[0, 20], 3] (* G. C. Greubel, Nov 08 2019 *)
PROG
(PARI) vector(21, n, binomial(3^(n-1), 3) ) \\ G. C. Greubel, Nov 08 2019
(Magma) [Binomial(3^n, 3): n in [0..20]]; // G. C. Greubel, Nov 08 2019
(Sage) [binomial(3^n, 3) for n in (0..20)] # G. C. Greubel, Nov 08 2019
(GAP) List([0..20], n-> Binomial(3^n, 3) ); # G. C. Greubel, Nov 08 2019
CROSSREFS
Subsequence of A000292.
Sequence in context: A140903 A219470 A219372 * A114253 A017800 A035737
KEYWORD
nonn
AUTHOR
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 June 2 10:16 EDT 2024. Contains 373037 sequences. (Running on oeis4.)