# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a030050 Showing 1-1 of 1 %I A030050 #35 Dec 03 2015 14:00:00 %S A030050 1,2,3,5,6,7,10,14,15 %N A030050 Numbers from the Conway-Schneeberger 15-theorem. %C A030050 The 15-theorem asserts that a positive definite integral quadratic form represents all numbers iff it represents the numbers in this sequence. "Integral" here means that the quadratic form equals x^T M x, where x is an integer vector and M is an integer matrix. - _T. D. Noe_, Mar 30 2006 %C A030050 Union of the first five triangular numbers {1, 3, 6, 10, 15} and their Möbius transform {1, 2, 5, 7, 14}, in ascending order. - _Daniel Forgues_, Feb 24 2015 %D A030050 Manjul Bhargava, On the Conway-Schneeberger fifteen theorem, Contemporary Mathematics 272 (1999), 27-37. %D A030050 J. H. Conway, The Sensual (Quadratic) Form, M.A.A., 1997, p. 141. %D A030050 J. H. Conway, Universal quadratic forms and the fifteen theorem, Contemporary Mathematics 272 (1999), 23-26. %D A030050 J. H. Conway and W. A. Schneeberger, personal communication. %H A030050 Manjul Bhargava, The Fifteen Theorem and Generalizations %H A030050 Ivars Peterson, All Square: Science News Online (subscription required) %H A030050 Wikipedia, 15 and 290 theorems. %F A030050 From _Daniel Forgues_, Feb 24 & 26 2015: (Start) %F A030050 a(2n-1) = t_n = n*(n+1)/2 = A000217(n), 1 <= n <= 5; %F A030050 a(2n) = Sum{d|(n+1)} mu(d) t_{(n+1)/d} = A007438(n+1), 1 <= n <= 4. (End) %e A030050 a(2*1) = Sum{d|(1+1)} mu(d) t_{(1+1)/d} = 1 * t_2 + (-1) * t_1 = 3 - 1 = 2; %e A030050 a(2*2) = Sum{d|(2+1)} mu(d) t_{(2+1)/d} = 1 * t_3 + (-1) * t_1 = 6 - 1 = 5; %e A030050 a(2*3) = Sum{d|(3+1)} mu(d) t_{(3+1)/d} = 1 * t_4 + (-1) * t_2 + 0 * t_1 = 10 - 3 = 7; %e A030050 a(2*4) = Sum{d|(4+1)} mu(d) t_{(4+1)/d} = 1 * t_5 + (-1) * t_1 = 15 - 1 = 14. %t A030050 a[n_] := If[OddQ[n], (n+1)*(n+3)/8, DivisorSum[n/2+1, MoebiusMu[#]*(n+2#+2)*(n+2)/(8#^2) &]]; Array[a, 9] (* _Jean-François Alcover_, Dec 03 2015 *) %Y A030050 Cf. A030051, A116582, A154363. %K A030050 nonn,fini,full,nice %O A030050 1,2 %A A030050 _N. J. A. Sloane_ # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE