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!)
A179529 Number of terms of A083207 in 12 consecutive numbers. 7

%I #7 Apr 30 2017 22:37:17

%S 2,2,2,2,2,2,1,1,2,2,2,2,2,2,2,2,3,3,4,4,3,3,3,3,2,2,2,2,2,2,2,2,2,2,

%T 2,2,3,3,3,3,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,3,2,2,2,2,2,2,2,2,

%U 3,3,2,2,3,3,3,3,4,4,4,4,3,3,3,3,3,3,3,3,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,3

%N Number of terms of A083207 in 12 consecutive numbers.

%C a(n) = SUM(A179527(k): n <= k < n+12);

%C F. Buss and T. D. Noe conjectured a(n) > 0; this is correct (proof by R. Gerbicz);

%C a(n+1) = A179528(n+12) - A179528(n);

%C a(A179530(n)) = n and a(m) <> n for m < A179530(n).

%H R. Zumkeller, <a href="/A179529/b179529.txt">Table of n, a(n) for n = 1..10000</a>

%H Peter Luschny, <a href="http://www.luschny.de/math/seq/ZumkellerNumbers.html">Zumkeller Numbers</a>

%t ZumkellerQ[n_] := Module[{d = Divisors[n], t, ds, x}, ds = Total[d]; If[Mod[ds, 2] > 0, False, t = CoefficientList[Product[1 + x^i, {i, d}], x]; t[[1 + ds/2]] > 0]];

%t a[n_] := Sum[Boole[ZumkellerQ[k]], {k, n, n + 11}];

%t Array[a, 105] (* _Jean-François Alcover_, Apr 30 2017, after _T. D. Noe_ *)

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Jul 19 2010

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 September 14 02:27 EDT 2024. Contains 375910 sequences. (Running on oeis4.)