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
1, 24, 420, 6720, 102960, 1537536, 22573824, 327444480, 4707014400, 67190323200, 953748956160, 13476348887040, 189694258790400, 2661556369489920, 37240665709608960, 519828326870679552, 7240915141833719808, 100675825501431398400, 1397476339698440601600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Sum_{k>=0} 1/a(k) = ( Pi+3*log(2) )/5 = 1.04420683905392583334286...
MATHEMATICA
Table[2^n * Binomial[3*n, n] * (3*n + 1), {n, 0, 20}] (* Amiram Eldar, May 04 2022 *)
PROG
(PARI) a(n)=2^n*binomial(3*n, n)*(3*n+1)
CROSSREFS
Sequence in context: A267166 A016326 A287994 * A062193 A016268 A175199
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 13 2002
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)