|
Search: id:A110939
|
|
|
| A110939 |
|
Triangular Kaprekar-like numbers: numbers n such that the representation of T(n)=n(n+1)/2 can be separated into two parts xy such that x+y=n. |
|
+0 1
|
|
| 9, 10, 18, 19, 45, 55, 99, 100, 144, 154, 198, 199, 297, 703, 999, 1000, 1296, 1702, 1998, 1999, 2223, 2728, 4879, 4950, 5050, 5292, 7272, 7777, 9999, 10000, 12222, 12727, 14949, 15049, 17271, 17344, 17776, 19998, 19999, 22222, 38962, 77778
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
2223 is a member, since the 2223-rd triangular number is 2471976 and 247+1976=2223.
|
|
MAPLE
|
lst = {}; Do[t = n(n + 1)/2; p=10; While[t>p, If[Mod[t, p]+Floor[t/p]==n, AppendTo[lst, n]]; p*=10], {n, 200000}]; lst
|
|
CROSSREFS
|
Cf. A006886.
Adjacent sequences: A110936 A110937 A110938 this_sequence A110940 A110941 A110942
Sequence in context: A090570 A131417 A058369 this_sequence A015898 A050551 A022099
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 21 2006
|
|
|
Search completed in 0.002 seconds
|