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!)
A115904 Numbers k such that k + sigma(k) is a triangular number. 3
7, 10, 66, 136, 145, 196, 198, 234, 270, 438, 495, 528, 592, 606, 855, 910, 1045, 1158, 1428, 2208, 2718, 2922, 3016, 3663, 3808, 3916, 4506, 4975, 5043, 5136, 5598, 6366, 6600, 7080, 7498, 7821, 8172, 8200, 8217, 8814, 9318, 9730, 9738 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
234 + sigma(234) = 780 = T(39).
MATHEMATICA
trnoQ[n_]:=IntegerQ[(Sqrt[1+8n]-1)/2]; Select[Range[10000], trnoQ[#+ DivisorSigma[ 1, #]]&] (* Harvey P. Dale, Apr 26 2014 *)
PROG
(PARI) isok(n) = ispolygonal(n + sigma(n), 3); \\ Michel Marcus, Jan 25 2014
CROSSREFS
Sequence in context: A249952 A187999 A097187 * A136865 A350533 A351685
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 06 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)