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

 


A326998
a(n) = 1 + binomial(3*n-1, n) + binomial(3*n-1, n-1)*(binomial(2*n-1, n) + 1).
2
4, 5, 31, 365, 6271, 129130, 2877421, 66628441, 1578320767, 37983592076, 925196176906, 22754692780561, 564123212097901, 14079691134569845, 353428830512017081, 8915830309096530865, 225890912989184760703, 5744976464242932324976, 146603288011226858621356
OFFSET
0,1
MAPLE
a := n -> 1 + binomial(3*n-1, n) + binomial(3*n-1, n-1)*(binomial(2*n-1, n) + 1):
seq(a(n), n=0..19);
CROSSREFS
Cf. A327001 (column 3). Essentially the same as A309725.
Sequence in context: A224219 A128867 A262031 * A270286 A271803 A269810
KEYWORD
nonn
AUTHOR
Peter Luschny, Aug 13 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | 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 September 24 11:47 EDT 2024. Contains 376196 sequences. (Running on oeis4.)