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.

A158792 Number of n-colorings of the Shrikhande graph.

Original entry on oeis.org

0, 0, 0, 0, 240, 332400, 105480720, 7787433360, 233556076320, 3881511113760, 42569914312800, 342908176422240, 2176503575487120, 11428762115181840, 51423745096804080, 203533610650297200, 722989464927562560, 2341382980699049280, 6999973732130650560
Offset: 0

Views

Author

Alois P. Heinz, Mar 26 2009

Keywords

Comments

The Shrikhande graph has 16 vertices and 48 edges.

Programs

  • Maple
    a:= n-> n^16 -48*n^15 +1096*n^14 -15812*n^13 +161320*n^12 -1233064*n^11 +7290402*n^10 -33903652*n^9 +124749368*n^8 -362020596*n^7 +818389712*n^6 -1407982096*n^5 +1773274371*n^4 -1531612072*n^3 +803458490*n^2 -190557420*n:
    seq(a(n), n=0..20);

Formula

a(n) = n^16 -48*n^15 + ... (see Maple program).