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.

A187358 Catalan trisection: A000108(3*n+1), n>=0.

This page as a plain text file.
%I A187358 #28 Feb 24 2023 02:30:57
%S A187358 1,14,429,16796,742900,35357670,1767263190,91482563640,4861946401452,
%T A187358 263747951750360,14544636039226909,812944042149730764,
%U A187358 45950804324621742364,2622127042276492108820,150853479205085351660700,8740328711533173390046320,509552245179617138054608572,29869166945772625950142417512
%N A187358 Catalan trisection: A000108(3*n+1), n>=0.
%C A187358 See the comment under A187357 for the o.g.f.s for the general trisection of a sequence.
%F A187358 a(n) = C(3*n+1), n>=0, with C(n) = A000108(n) (Catalan).
%F A187358 O.g.f.: (sqrt(2*sqrt(1+4*x^(1/3)+16*x^(2/3))-(1+8*x^(1/3))) - sqrt(1-4*x^(1/3)))/(6*x^(2/3)).
%F A187358 From _Ilya Gutkovskiy_, Jan 13 2017: (Start)
%F A187358 E.g.f.: 3F3(1/2,5/6,7/6; 1,4/3,5/3; 64*x).
%F A187358 a(n) ~ 4^(3*n+1)/(3*sqrt(3*Pi)*n^(3/2)). (End)
%F A187358 Sum_{n>=0} a(n)/4^n = 2*sqrt(2*sqrt(3) - 3)/3. - _Amiram Eldar_, Mar 16 2022
%F A187358 a(n) = Product_{1 <= i <= j <= 3*n} (3*i + j + 2)/(3*i + j - 1). - _Peter Bala_, Feb 22 2023
%t A187358 Table[CatalanNumber[3*n+1], {n, 0, 20}] (* _Amiram Eldar_, Mar 16 2022 *)
%Y A187358 Cf. A000108, A024492, A048990, A187357 (C(3*n)), A187359 (C(3*n+2)).
%K A187358 nonn,easy
%O A187358 0,2
%A A187358 _Wolfdieter Lang_, Mar 09 2011