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!)
A133949 a(n) = the number of "non-isolated divisors" of n(n+1)/2. A positive divisor k of n is non-isolated if either k-1 or k+1 also divides n. 3

%I #13 Sep 16 2015 13:43:26

%S 0,0,3,2,0,0,2,4,0,0,3,3,0,0,6,2,0,0,2,8,0,0,4,6,0,0,5,2,0,0,2,6,0,0,

%T 10,3,0,0,8,4,0,0,2,8,0,0,4,7,0,0,3,2,0,0,6,6,0,0,5,5,0,0,8,4,0,0,2,3,

%U 0,0,4,4,0,0,5,2,0,0,4,9,0,0,5,10,0,0,6,2,0,0,4,3,0,0,10,4,0,0,8,2,0,0,2,13

%N a(n) = the number of "non-isolated divisors" of n(n+1)/2. A positive divisor k of n is non-isolated if either k-1 or k+1 also divides n.

%C a(k) = 0 for k mod 4 == {1,2}. - _Ray Chandler_

%H Ray Chandler, <a href="/A133949/b133949.txt">Table of n, a(n) for n=1..10000</a>

%F a(n) = A063440(n) - A133950(n) = A132747(A000217(n)).

%t Table[Length[Select[Divisors[n*(n + 1)/2], If[ # > 1, Mod[n*(n + 1)/2, #*(# - 1)] == 0] || Mod[n*(n + 1)/2, #*(# + 1)] == 0 &]], {n, 1, 80}] (* _Stefan Steinerberger_, Nov 01 2007 *)

%Y Cf. A133947, A133950, A063440.

%K nonn

%O 1,3

%A _Leroy Quet_, Sep 30 2007

%E More terms from _Stefan Steinerberger_, Nov 01 2007

%E Extended by _Ray Chandler_, Jun 23 2008

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)