A333728 Maximum number of graceful labelings for a simple graph on n nodes.
1, 2, 12, 48, 168, 1152, 9600, 97920
Offset: 1
Extensions
a(8) from Eric W. Weisstein, Jul 30 2020
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.
A339891[n_]:=If[n==1,1,DivisorSum[2n+1,2^((#-1)/2)&]+DivisorSigma[0,n+1]-2^(n-1)-1];Array[A339891,50] (* Paolo Xausa, Dec 04 2023 *)
Comments