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!)
A072975 a(n) = 2^n*binomial(3*n,n)*(3*n+1). 1

%I #10 May 05 2022 21:03:00

%S 1,24,420,6720,102960,1537536,22573824,327444480,4707014400,

%T 67190323200,953748956160,13476348887040,189694258790400,

%U 2661556369489920,37240665709608960,519828326870679552,7240915141833719808,100675825501431398400,1397476339698440601600

%N a(n) = 2^n*binomial(3*n,n)*(3*n+1).

%H Amiram Eldar, <a href="/A072975/b072975.txt">Table of n, a(n) for n = 0..883</a>

%F Sum_{k>=0} 1/a(k) = ( Pi+3*log(2) )/5 = 1.04420683905392583334286...

%t Table[2^n * Binomial[3*n, n] * (3*n + 1), {n, 0, 20}] (* _Amiram Eldar_, May 04 2022 *)

%o (PARI) a(n)=2^n*binomial(3*n,n)*(3*n+1)

%K easy,nonn

%O 0,2

%A _Benoit Cloitre_, Aug 13 2002

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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)