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!)
A226360 a(n) = smallest triangular number > a(n-1) with a(n-1) as a substring, a(1) = 1. 0
1, 10, 105, 6105, 6105765, 3761057654628, 291937610576546289190956 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Corresponding indices of triangular numbers: 1, 4, 14, 110, 3494, 2742647, 764117282328.
a(8) <= 125453853555414109876348291937610576546289190956. - Giovanni Resta, Jun 05 2013
LINKS
MATHEMATICA
n = 1; t = 1; Print[{n, t}]; Do[ts = ToString[t]; x = n + 1; While[StringFreeQ[ToString[x (x + 1)/2], ts], x++]; Print[{n = x, t = x (x + 1)/2}], {5}]
CROSSREFS
Cf. A000217 (triangular numbers).
Sequence in context: A068883 A087599 A337826 * A068097 A190956 A142987
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jun 05 2013
EXTENSIONS
a(7) from Giovanni Resta, Jun 05 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 13 12:45 EDT 2024. Contains 375142 sequences. (Running on oeis4.)