The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A274083 Number of unrooted labeled trees on 4n+2 nodes with node degree either one or five. 1
1, 6, 3150, 12612600, 192972780000, 8046096548490000, 747480957758835300000, 135330984231708815550000000, 43401712634861734607093640000000, 22953694145310867501311470722000000000, 18935469872719334117190133449041218500000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
There are no unrooted labeled trees on 4n or 4n+1 or 4n+3 nodes with node degree either one or five.
LINKS
Math.Stackexchange.com, Marko Riedel et al., Number of labeled trees
MAPLE
seq(binomial(4*n+2, n)*(4*n)!/4!^n, n=0..20);
MATHEMATICA
Table[Binomial[4*n+2, n]*(4*n)!/(4!)^n, {n, 0, 10}] (* G. C. Greubel, Jun 09 2016 *)
CROSSREFS
Sequence in context: A114184 A093884 A265869 * A079183 A030245 A247965
KEYWORD
nonn
AUTHOR
Marko Riedel, Jun 09 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 19:55 EDT 2024. Contains 372522 sequences. (Running on oeis4.)