login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113796 Numbers n such that n=T(x)+T(y) where T(k) is the k-th triangular number and n is x concatenated y in base 10. 0
190, 191, 19900, 19901, 90415, 585910, 1201545, 1414910, 1501726, 1909415, 1999000, 1999001, 2442196, 7003676, 7693846, 14745226, 28296970, 30307171, 42009156, 47748526, 61549231, 63249300, 78049756, 82749850, 84559880 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

90415=T(90)+T(415)

MATHEMATICA

lst = {}; t[n_] := n(n + 1)/2; Do[p=10; While[n > p, If[t[Mod[n, p]] + t[Floor[n/p]] == n, AppendTo[lst, n]]; p*= 10], {n, 10^6}]; lst

CROSSREFS

Sequence in context: A118878 A036208 A119903 * A127994 A025391 A025382

Adjacent sequences:  A113793 A113794 A113795 * A113797 A113798 A113799

KEYWORD

base,nonn

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 21 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 23:31 EST 2012. Contains 206085 sequences.