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.

A193132 a(n) = 3n*4^(2n-1).

Original entry on oeis.org

12, 384, 9216, 196608, 3932160, 75497472, 1409286144, 25769803776, 463856467968, 8246337208320, 145135534866432, 2533274790395904, 43910096366862336, 756604737398243328, 12970366926827028480, 221360928884514619392, 3763135791036748529664
Offset: 1

Views

Author

Eric W. Weisstein, Jul 16 2011

Keywords

Comments

a(n) is the number of spanning trees for the 2n-crossed prism graph with n >= 2.
Sequence extended to n=1 using the closed form.

Crossrefs

Cf. A267796.

Programs

Formula

O.g.f.: 12*x/(16*x-1)^2.
a(n) = 32*a(n-1) - 256*a(n-2). - Harvey P. Dale, Apr 08 2015
From Amiram Eldar, Apr 17 2022: (Start)
a(n) = 3*A267796(n-1).
Sum_{n>=1} 1/a(n) = (4/3)*log(16/15).
Sum_{n>=1} (-1)^(n+1)/a(n) = (4/3)*log(17/16). (End)