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.

A292076 Number of 4-cycles in the n-Menger sponge graph.

Original entry on oeis.org

0, 192, 5952, 137664, 2907456, 59398080, 1197999936, 24040445376, 481452900672, 9634211218368, 192725453785920, 3854838922404288, 77099417255585088, 1542009455673733056, 30840357998277021504, 616808511044877643200, 12336181029535005559104, 246723707059807997713344
Offset: 1

Views

Author

Eric W. Weisstein, Sep 12 2017

Keywords

Crossrefs

Cf. A291066 (edges), A292075 (6-cycles).

Programs

  • PARI
    a(n) = 16*(5*20^n - 17*8^n + 12*3^n)/85 \\ Andrew Howroyd, Jun 12 2025

Formula

From Andrew Howroyd, Jun 12 2025: (Start)
a(n) = Sum_{k=1..n-1} 8*3^(k-1)*A291066(n-k).
a(n) = 16*(5*20^n - 17*8^n + 12*3^n)/85. (End)

Extensions

a(7) onwards from Andrew Howroyd, Jun 12 2025