Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A229262 Smallest triangular number whose decimal expansion ends (nontrivially) with the n-th triangular number. 1
21, 153, 36, 210, 2415, 3321, 528, 136, 2145, 3655, 666, 378, 1891, 6105, 205120, 185136, 10153, 399171, 63190, 78210, 364231, 5253, 210276, 180300, 11325, 406351, 1378, 81406, 357435, 4465, 215496, 18528, 12561, 413595, 57630, 84666, 65703, 3741, 220780 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10000 (terms 1..200 from Shyam Sunder Gupta)
EXAMPLE
a(4)=210 because 210 is the smallest triangular number that ends with 4th triangular number i.e. 10.
MATHEMATICA
TriangularQ[n_Integer?Positive] := IntegerQ[Sqrt[8*n + 1]]; f[n_] := (k = 1; While[a = ToExpression[ ToString[k] <> ToString[n]]; ! TriangularQ[a], k++ ]; a); Table[f[ n*(n + 1)/2], {n, 1, 50}]
CROSSREFS
Cf. A000217.
Sequence in context: A239569 A219599 A221694 * A184376 A184368 A078396
KEYWORD
nonn,base
AUTHOR
Shyam Sunder Gupta, Sep 17 2013
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 August 18 20:50 EDT 2024. Contains 375284 sequences. (Running on oeis4.)