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
1, 4, 5, 50, 64, 906, 966, 5805, 40514, 133667, 262277, 1416109, 42142704, 189758142, 350476553, 957982453, 1420733777, 1421477786, 2557347701, 28609375750, 95023678204, 100094778026, 119964793932 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Indices of triangular numbers in A024916.
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)).
LINKS
Lucas A. Brown, Python program.
PROG
(PARI) isok(n) = ispolygonal(sum(k=1, n, sigma(k)), 3); \\ Michel Marcus, Nov 08 2014
(Python) # See LINKS.
CROSSREFS
Sequence in context: A151486 A042383 A135799 * A335797 A041941 A220534
KEYWORD
nonn,more,hard
AUTHOR
Alex Ratushnyak, Jun 13 2013
EXTENSIONS
a(20)-a(23) from Lucas A. Brown, Mar 08 2024
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 May 15 04:08 EDT 2024. Contains 372536 sequences. (Running on oeis4.)