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!)
A277919 Triangle read by rows: CL(n,k) is the number of labeled subgraphs with k edges of the n-cycle C_n. 3
1, 1, 1, 3, 2, 1, 7, 6, 3, 1, 15, 16, 10, 4, 1, 31, 40, 30, 15, 5, 1, 63, 96, 84, 50, 21, 6, 1, 127, 224, 224, 154, 77, 28, 7, 1, 255, 512, 576, 448, 258, 112, 36, 8, 1, 511, 1152, 1440, 1248, 810, 405, 156, 45, 9, 1, 1023, 2560, 3520, 3360, 2420, 1362, 605, 210, 55, 10, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Thomas Selig, Combinatorial aspects of sandpile models on wheel and fan graphs, arXiv:2202.06487 [math.CO], 2022.
FORMULA
The identity CL(n,k) = 2^(n-2*k) * CL(n,n-k) can be proved combinatorially.
G.f.: (1 - 2*x + 2*x^2)/((1-x)*(1 - y*x - 2*x + y*x^2)). - Andrew Howroyd, Sep 27 2019
EXAMPLE
For row 3 of the triangle below: there are 7 labeled subgraphs of the triangle C_3 with 0 edges, 6 with 1 edge, 3 with 2 edges, and 1 with 3 edges (C_3 itself).
Triangle begins:
1;
1, 1;
3, 2, 1;
7, 6, 3, 1;
15, 16, 10, 4, 1;
31, 40, 30, 15, 5, 1;
63, 96, 84, 50, 21, 6, 1;
127, 224, 224, 154, 77, 28, 7, 1;
255, 512, 576, 448, 258, 112, 36, 8, 1;
511, 1152, 1440, 1248, 810, 405, 156, 45, 9, 1;
1023, 2560, 3520, 3360, 2420, 1362, 605, 210, 55, 10, 1;
...
PROG
(PARI) T(n)={[Vecrev(p) | p<-Vec((1 - 2*x + 2*x^2)/((1-x)*(1 - y*x - 2*x + y*x^2)) + O(x*x^n))]}
{ my(A=T(12)); for(n=1, #A, print(A[n])) } \\ Andrew Howroyd, Sep 27 2019
CROSSREFS
Row sums give A005592.
Middle diagonal gives A110170.
Sequence in context: A129689 A115990 A350571 * A094531 A274293 A161009
KEYWORD
nonn,tabl
AUTHOR
John P. McSorley, Nov 03 2016
EXTENSIONS
More terms from John P. McSorley, Nov 17 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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)