Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A297569

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A297569 Number of nonisomorphic proper colorings of partition star graph using five colors.
(history; published version)
#22 by Joerg Arndt at Wed Jan 17 13:15:28 EST 2018
STATUS

proposed

approved

#21 by Jean-François Alcover at Wed Jan 17 12:42:58 EST 2018
STATUS

editing

proposed

#20 by Jean-François Alcover at Wed Jan 17 12:42:55 EST 2018
MATHEMATICA

b[n_, i_] := If[n == 0, {5}, If[i<1, {}, Table[Map[Function[x, x*Binomial[ 4^i + j - 1, j]], b[n - i*j, i - 1]], {j, 0, n/i}]] // Flatten];

T[n_] := b[n, n];

Table[T[n], {n, 0, 10}] // Flatten (* Jean-François Alcover, Jan 17 2018, after Alois P. Heinz *)

STATUS

approved

editing

#19 by Bruno Berselli at Mon Jan 15 03:26:56 EST 2018
STATUS

reviewed

approved

#18 by Joerg Arndt at Mon Jan 15 03:18:52 EST 2018
STATUS

proposed

reviewed

#17 by Alois P. Heinz at Sun Jan 14 17:23:48 EST 2018
STATUS

editing

proposed

#16 by Alois P. Heinz at Sun Jan 14 17:23:31 EST 2018
CROSSREFS

Row sums give 5*A144068.

Row lengths give A000041.

STATUS

proposed

editing

#15 by Alois P. Heinz at Sun Jan 14 17:15:32 EST 2018
STATUS

editing

proposed

#14 by Alois P. Heinz at Sun Jan 14 17:11:18 EST 2018
MAPLE

b:= (n, i)-> `if`(n=0, [5], `if`(i<1, [], [seq(map(x-> x*

binomial(4^i+j-1, j), b(n-i*j, i-1))[], j=0..n/i)])):

T:= n-> b(n$2)[]:

seq(T(n), n=0..10); # Alois P. Heinz, Jan 14 2018

STATUS

proposed

editing

#13 by Jon E. Schoenfield at Fri Jan 12 19:02:59 EST 2018
STATUS

editing

proposed

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 August 6 10:29 EDT 2024. Contains 374969 sequences. (Running on oeis4.)