A068087 a(n) = n^(2*n-2).
1, 4, 81, 4096, 390625, 60466176, 13841287201, 4398046511104, 1853020188851841, 1000000000000000000, 672749994932560009201, 552061438912436417593344, 542800770374370512771595361, 629983141281877223603213172736, 852226929923929274082183837890625
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Complete Bipartite Graph
- Eric Weisstein's World of Mathematics, Spanning Tree
Programs
-
PARI
a(n)=n^(2*n-2) \\ Charles R Greathouse IV, Mar 31 2016
Comments