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!)
A365218 G.f. satisfies A(x) = 1 + x*A(x)^6 / (1 + x*A(x)^6). 3
1, 1, 5, 34, 265, 2232, 19766, 181300, 1706737, 16392049, 159959240, 1581278838, 15800619070, 159321921844, 1618981274136, 16562211506496, 170426473666497, 1762771226922775, 18316562635133813, 191104193378725552, 2001224271292820200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Conjecture: Is a(n)>0 correct? It is correct up to the first 10000 terms.
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^k * 2^(n-k) * binomial(n,k) * binomial(6*n+k+1,n)/(6*n+k+1).
a(n) = Sum_{k=0..n} (-2)^(n-k) * binomial(6*n+k+1,k) * binomial(n-1,n-k)/(6*n+k+1).
a(n) = (1/(6*n+1)) * Sum_{k=0..n} (-1)^(n-k) * binomial(6*n+1,k) * binomial(n-1,n-k).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(6*n+1, k)*binomial(n-1, n-k))/(6*n+1);
CROSSREFS
Cf. A002296.
Sequence in context: A333804 A081342 A248055 * A243659 A365183 A371391
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 26 2023
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 May 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)