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!)
A371523 G.f. A(x) satisfies A(x) = (1 + x*A(x)^3 / (1-x))^2. 7
1, 2, 15, 142, 1533, 17924, 220936, 2827218, 37202580, 500228562, 6842899886, 94931338876, 1332438761910, 18887047322030, 269986427261981, 3887654399820062, 56337997080499605, 821021578186212094, 12024687038651388155, 176900548019426869808, 2612917215947948178941 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2 * Sum_{k=0..n} binomial(n-1,n-k) * binomial(6*k+1,k)/(5*k+2).
G.f.: A(x) = B(x)^2 where B(x) is the g.f. of A349333.
PROG
(PARI) a(n) = 2*sum(k=0, n, binomial(n-1, n-k)*binomial(6*k+1, k)/(5*k+2));
CROSSREFS
Sequence in context: A371584 A288950 A005415 * A219868 A224885 A371575
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 26 2024
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 July 17 14:36 EDT 2024. Contains 374377 sequences. (Running on oeis4.)