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.

A358815 Number of spanning trees in C_10 X C_n.

Original entry on oeis.org

10, 226195360, 135495143785470, 31074298464967845120, 5040439500800000000000000, 701129416495732552572667500000, 90098172307754257628918141363625670, 11062145603354190616166421646710839715840
Offset: 1

Views

Author

Seiichi Manyama, Dec 02 2022

Keywords

Crossrefs

Row 10 of A212796.

Programs

  • PARI
    default(realprecision, 120);
    T(n, k) = round(n*k*prod(a=1, n-1, prod(b=1, k-1, 4*sin(a*Pi/n)^2+4*sin(b*Pi/k)^2)));
    a(n) = T(10, n);