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.

Showing 1-1 of 1 results.

A297564 Number of maximum matchings in the n-Hanoi graph.

Original entry on oeis.org

3, 12, 240, 344064, 135239930216448, 972994892914558418965586768125212229632, 41146466050197558152623700055749184719621958256873764134791737821244302120007939929484006451701147677119500779520
Offset: 1

Views

Author

Eric W. Weisstein, Dec 31 2017

Keywords

Crossrefs

Programs

  • PARI
    rd(p)=if(p,pollead(p)*x^poldegree(p),0);
    a(n)=my(s=[1,0,x,0]);for(k=2,n,s=vector(4,i,rd(sum(xy=0,3,sum(xz=0,3,sum(yz=0,3,s[1+(i>1)+(xy%2)+(xz%2)]*s[1+(i>2)+(xy\2)+(yz%2)]*s[1+(i>3)+(xz\2)+(yz\2)]*x^(!xy+!xz+!yz)))))));pollead([1,3,3,1]*s~) \\ Christian Sievers, May 13 2025

Extensions

a(5) and beyond from Christian Sievers, May 13 2025
Showing 1-1 of 1 results.