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!)
A050927 Number of directed multigraphs with loops on 3 nodes with n arcs. 5
1, 2, 10, 31, 90, 222, 520, 1090, 2180, 4090, 7356, 12660, 21105, 34020, 53460, 81891, 122826, 180510, 260746, 370370, 518518, 715870, 976170, 1315470, 1753975, 2314936, 3027224, 3923845, 5044920, 6436200, 8152542, 10255896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,3,-5,-8,3,19,4,-24,-15,15,24,-4,-19,-3,8,5,-3,-2,1).
FORMULA
G.f.: (x^10+3*x^8+10*x^7+16*x^6+12*x^5+16*x^4+10*x^3+3*x^2+1) / ((1-x^3)^3*(1-x^2)^4*(1-x)^2).
MATHEMATICA
<<Combinatorica`
nn=30; n=3; CoefficientList[Series[CycleIndex[Join[PairGroup[SymmetricGroup[n], Ordered], Permutations[Range[n*(n - 1) + 1, n*(n - 1) + n]], 2], s] /.Table[s[i] -> 1/(1 - x^i), {i, 1, n^2 - n}], {x, 0, nn}], x] (* Geoffrey Critzer, Aug 07 2015 *)
CoefficientList[Series[(x^10 + 3 x^8 + 10 x^7 + 16 x^6 + 12 x^5 + 16 x^4 + 10 x^3 + 3 x^2 + 1)/((1 - x^3)^3 (1 - x^2)^4 (1 - x)^2), {x, 0, 33}], x] (* Vincenzo Librandi, Aug 08 2015 *)
PROG
(PARI) Vec((1 + 3*x^2 + 10*x^3 + 16*x^4 + 12*x^5 + 16*x^6 + 10*x^7 + 3*x^8 + x^10)/((1 - x)^2*(1 - x^2)^4*(1 - x^3)^3) + O(x^40)) \\ Andrew Howroyd, Mar 16 2020
CROSSREFS
Column k=3 of A138107.
Cf. A005993.
Sequence in context: A193008 A024456 A197452 * A197302 A263782 A011921
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Dec 30 1999
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 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)