The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A226648 Numbers k such that Sum_{j=1..k} sigma(j) is a triangular number, where sigma(j) = sum of divisors of j (A000203). 1

%I #21 Mar 09 2024 11:01:39

%S 1,4,5,50,64,906,966,5805,40514,133667,262277,1416109,42142704,

%T 189758142,350476553,957982453,1420733777,1421477786,2557347701,

%U 28609375750,95023678204,100094778026,119964793932

%N Numbers k such that Sum_{j=1..k} sigma(j) is a triangular number, where sigma(j) = sum of divisors of j (A000203).

%C Indices of triangular numbers in A024916.

%C The sequence of indices of generated triangular numbers b(n) begins: 1, 5, 6, 64, 82, 1162, 1239, 7445, 51961, 171434, 336383, 1816230, 54050118, 243374273, 449503643, 1228660232, 1822161864, 1823116093, 3279925859. A024916(a(n)) = A000217(b(n)).

%H Lucas A. Brown, <a href="https://github.com/lucasaugustus/oeis/blob/main/A226648.py">Python program</a>.

%o (PARI) isok(n) = ispolygonal(sum(k=1, n, sigma(k)), 3); \\ _Michel Marcus_, Nov 08 2014

%o (Python) # See LINKS.

%Y Cf. A000203, A000217, A024916, A130698.

%K nonn,more,hard

%O 1,2

%A _Alex Ratushnyak_, Jun 13 2013

%E a(20)-a(23) from _Lucas A. Brown_, Mar 08 2024

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 June 10 01:53 EDT 2024. Contains 373251 sequences. (Running on oeis4.)