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!)
A055579 a(n) = binomial(12*n-1,3*n-1)/((6*n-1)*(12*n-1)). 0

%I #16 Sep 08 2023 13:21:08

%S 1,133,39556,16112057,7772368380,4168218286276,2403705165816240,

%T 1461462393790971585,925088518413937893358,604420266372219374357644,

%U 405139322689963395796890100,277349882927724253636179972980

%N a(n) = binomial(12*n-1,3*n-1)/((6*n-1)*(12*n-1)).

%C This sequence satisfies a(n) = A000260(3n-1)/3. - _F. Chapoton_, Sep 08 2023

%H C. O. Oakley and R. J. Wisner, <a href="http://www.jstor.org/stable/2310544">Flexagons</a>, Amer. Math. Monthly 64 (1957), 143-154, see p. 151.

%t Table[Binomial[12n-1,3n-1]/((6n-1)(12n-1)),{n,20}] (* _Harvey P. Dale_, Nov 02 2011 *)

%o (PARI) a(n) = binomial(12*n-1,3*n-1)/((6*n-1)*(12*n-1)); \\ _Michel Marcus_, Sep 29 2017

%Y Cf. A000260.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Aug 24 2000

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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)