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!)
A033913 Numbers k such that s(k) + s(k+1) + ... + s(k+6) = t(k) + t(k+1) + ... + t(k+6). 2
5, 11, 19, 133, 465, 1361, 1693, 205021, 317293, 2757669, 3104613, 12369341, 33468065, 187542277, 535082701, 821575373, 1310332017, 1454159241, 26789967589, 45217224437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(21) > 10^11. - Donovan Johnson, Aug 15 2011
LINKS
FORMULA
Here s(k) = sigma(k) - k, t(k) = |s(k) - k|.
MATHEMATICA
Select[Range[500000], Total[DivisorSigma[1, Range[#, #+6]]-Range[#, #+6]] == Total[ Abs[ DivisorSigma[ 1, Range[#, #+6]]-2Range[#, #+6]]]&] (* Harvey P. Dale, Aug 14 2011 *)
PROG
(PARI) l=vector(7, n, abs(sigma(n)-2*n)-sigma(n)+n); l[7]=0; sc=sum(n=1, 7, l[n]); for(n=7, 1000000, m=sigma(n)-2*n; d=abs(m)-m-n; i=(n-1)%7+1; sc=sc-l[i]+d; l[i]=d; if(sc==0, print1(n-6, ", "))) \\ C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 02 2005
CROSSREFS
Sequence in context: A297365 A128927 A145934 * A088124 A344549 A345353
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 02 2005
a(10)-a(20) from Donovan Johnson, Aug 15 2011
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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)