cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A366402 G.f. A(x) satisfies A(x) = (1 + x * A(x)^(9/2)) / (1 - x).

This page as a plain text file.
%I A366402 #10 Oct 09 2023 11:19:35
%S A366402 1,2,11,92,905,9734,110867,1314140,16041947,200302394,2546194497,
%T A366402 32840654064,428708791851,5653487876454,75201937732737,
%U A366402 1007829909427734,13594917784717860,184440900147250722,2515052824018153080,34451608720123170686,473853214173320181668
%N A366402 G.f. A(x) satisfies A(x) = (1 + x * A(x)^(9/2)) / (1 - x).
%F A366402 a(n) = Sum_{k=0..n} binomial(n+7*k/2,n-k) * binomial(9*k/2,k) / (7*k/2+1).
%o A366402 (PARI) a(n) = sum(k=0, n, binomial(n+7*k/2, n-k)*binomial(9*k/2, k)/(7*k/2+1));
%Y A366402 Cf. A366400, A366401, A366403, A366404, A366405, A366406, A366407.
%K A366402 nonn
%O A366402 0,2
%A A366402 _Seiichi Manyama_, Oct 09 2023