Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110939
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research