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.

A192793 Molecular topological indices of the crossed prism graphs.

Original entry on oeis.org

108, 360, 900, 1872, 3420, 5688, 8820, 12960, 18252, 24840, 32868, 42480, 53820, 67032, 82260, 99648, 119340, 141480, 166212, 193680, 224028, 257400, 293940, 333792, 377100, 424008, 474660, 529200, 587772, 650520, 717588, 789120, 865260, 946152, 1031940, 1122768
Offset: 1

Views

Author

Eric W. Weisstein, Jul 10 2011

Keywords

Crossrefs

Cf. A047667.

Programs

  • PARI
    my(x='x+O('x^37)); Vec(36*x*(3-2*x+3*x^2)/(x-1)^4) \\ Elmo R. Oliveira, Aug 26 2025

Formula

a(n) = 12*n*(2*n^2 + 7).
G.f.: 36*x*(3*x^2-2*x+3)/(x-1)^4. - Colin Barker, Nov 04 2012
From Elmo R. Oliveira, Aug 26 2025: (Start)
E.g.f.: 12*x*(9 + 6*x + 2*x^2)*exp(x).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n > 4.
a(n) = 36*A047667(n). (End)

Extensions

More terms from Elmo R. Oliveira, Aug 26 2025