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!)
A116015 n+sigma(n)+sigma(sigma(n)) is a triangular number. 4
1, 9, 43, 109, 119, 161, 175, 192, 232, 490, 843, 1050, 1162, 1242, 1635, 1959, 2113, 2859, 2935, 3008, 3174, 3469, 3717, 4165, 4173, 4761, 4839, 4876, 5200, 6111, 6423, 6468, 8008, 8480, 9064, 9523, 9603, 11143, 11197, 11353, 11557, 11773 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
6111+sigma(6111)+sigma(sigma(6111))=T(286).
MATHEMATICA
triangularQ[n_] := IntegerQ[Sqrt[8n + 1]]; Reap[For[n = 1, n < 12000, n++, s = DivisorSigma[1, n]; If[triangularQ[n + s + DivisorSigma[1, s]], Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 15 2013 *)
CROSSREFS
Sequence in context: A224836 A195975 A185918 * A332373 A181945 A244869
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)