Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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 A296362

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

Showing entries 1-10 | older changes
A296362 Number of monohedral disk tilings of type C^t_{5,n}.
(history; published version)
#20 by Alois P. Heinz at Thu Jun 14 16:18:51 EDT 2018
STATUS

proposed

approved

#19 by Jean-François Alcover at Thu Jun 14 15:46:32 EDT 2018
STATUS

editing

proposed

#18 by Jean-François Alcover at Thu Jun 14 15:46:27 EDT 2018
MATHEMATICA

U[n_, k_] := DivisorSum[GCD[n, k], EulerPhi[#]*Binomial[(n+k)/#, n/#]/(n+k) &];

a[1] = 2; a[n_] := 2*Sum[ U[i, n*(10 - i)], {i, 0, 10}];

Array[a, 30] (* Jean-François Alcover, Jun 14 2018, after Andrew Howroyd *)

STATUS

approved

editing

#17 by Alois P. Heinz at Tue Jan 09 15:46:36 EST 2018
STATUS

proposed

approved

#16 by Colin Barker at Tue Jan 09 12:48:31 EST 2018
STATUS

editing

proposed

#15 by Colin Barker at Tue Jan 09 12:44:40 EST 2018
FORMULA

G.f.: 2*x*(1 + 763*x + 905*x^2 + 1871*x^3 + 2142*x^4 + 2318*x^5 + 2333*x^6 + 1022*x^7 + 602*x^8 - 348*x^9 - 1422*x^10 - 1599*x^11 - 2949*x^12 - 3041*x^13 - 2413*x^14 - 2329*x^15 - 316*x^16 - 538*x^17 + 175*x^18 + 703*x^19 + 562*x^20 + 1446*x^21 + 852*x^22 + 147*x^23 + 48*x^24 - 646*x^25 - 6*x^26 + 224*x^27 + 16*x^28 + 184*x^29 - 310*x^30 + 107*x^31) / ((1 - x)^9*(1 + x)^2*(1 + x^2)*(1 + x + x^2)^3*(1 + x^3 + x^6)*(1 + x + x^2 + x^3 + x^4 + x^5 + x^6)) (conjectured). - Colin Barker, Jan 09 2018

STATUS

proposed

editing

#14 by Andrew Howroyd at Tue Jan 09 11:54:11 EST 2018
STATUS

editing

proposed

#13 by Andrew Howroyd at Tue Jan 09 11:53:54 EST 2018
CROSSREFS

Cf. A241926, A296359, A296360, A296361, A296362.

#12 by Andrew Howroyd at Tue Jan 09 11:52:32 EST 2018
FORMULA

a(n) = 2*Sum_{i=0..10} A241926(i, n*(10-i)) for n > 1. - Andrew Howroyd, Jan 09 2018

PROG

(PARI) \\ here U is A241926

U(n, k)={sumdiv(gcd(n, k), d, eulerphi(d)*binomial((n+k)/d, n/d)/(n+k))}

a(n)={2*if(n<2, n==1, sum(i=0, 10, U(i, n*(10-i))))} \\ Andrew Howroyd, Jan 09 2018

CROSSREFS

Cf. A241926, A296360, A296361, A296362.

STATUS

proposed

editing

#11 by Lars Blomberg at Tue Jan 09 10:59:10 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 18 09:18 EDT 2024. Contains 375264 sequences. (Running on oeis4.)