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!)
A199394 The number of ways to color the vertices of all (11) simple unlabeled graphs on 4 nodes using at most n colors. 1
11, 90, 357, 996, 2255, 4446, 7945, 13192, 20691, 31010, 44781, 62700, 85527, 114086, 149265, 192016, 243355, 304362, 376181, 460020, 557151, 668910, 796697, 941976, 1106275, 1291186, 1498365, 1729532, 1986471, 2271030, 2585121, 2930720, 3309867, 3724666 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)= 8*n^4/3 + 4*n^3 + 10*n^2/3 + n.
G.f.: -x*(x^3+17*x^2+35*x+11) / (x-1)^5. - Colin Barker, Sep 22 2013
MATHEMATICA
Table[Total[Table[CycleIndex[GraphData[{4, k}, "Automorphisms"], s], {k, 1, 11}] /. Table[s[i]-> n, {i, 1, 4}]], {n, 1, 25}]
PROG
(PARI) Vec(-x*(x^3+17*x^2+35*x+11)/(x-1)^5 + O(x^100)) \\ Colin Barker, Sep 22 2013
CROSSREFS
Cf. A002492 (3 nodes).
Sequence in context: A155607 A356323 A110252 * A171470 A168585 A055425
KEYWORD
nonn,easy
AUTHOR
Geoffrey Critzer, Nov 05 2011
EXTENSIONS
More terms from Colin Barker, Sep 22 2013
Added a(4) = 996 from Vincenzo Librandi, Sep 23 2013
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)