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!)
A054132 T(2n+1,n), array T as in A054126. 0
3, 13, 68, 394, 2396, 14925, 94248, 600498, 3851012, 24821845, 160646528, 1043245180, 6794418992, 44360061964, 290244849376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A052509(4*n+2,3*n+2) + A052509(4*n+2,n+1) = 2^n + Sum_{m=0..n+1} binomial(3*n+1,m). - Jianing Song, May 30 2022
PROG
(PARI) a(n) = 2^n + sum(m=0, n+1, binomial(3*n+1, m)) \\ Jianing Song, May 30 2022
CROSSREFS
Sequence in context: A060014 A182666 A042659 * A047149 A200757 A000260
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)