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!)
A119115 Triangular numbers composed of digits {1,3,6}. 2

%I #13 Mar 22 2023 12:02:18

%S 1,3,6,36,66,136,666,13366,333336,6631661361,113113613161,

%T 663363661366,16116313316131,633161111666331,633613661136316,

%U 1331116613613361,33311633636366361,663661636336331361,61163111131316636331,6313111611636313666666,1616111661666616161331131

%N Triangular numbers composed of digits {1,3,6}.

%H Giovanni Resta, <a href="http://www.numbersaplenty.com/tr/tr136.html">Tridigital Triangular Numbers</a>

%F a(n) = A000217(A119116(n)). - _Michel Marcus_, Mar 22 2023

%t Table[Select[FromDigits/@Tuples[{1,3,6},n],OddQ[Sqrt[8#+1]]&],{n,18}]//Flatten (* _Harvey P. Dale_, Sep 18 2017 *)

%Y Cf. A000217, A053893, A119116. See A119033 for a table of cross-references.

%K nonn,base

%O 1,2

%A _Giovanni Resta_, May 10 2006

%E a(19)-a(21) from _Tyler Busby_, Mar 22 2023

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 July 31 23:10 EDT 2024. Contains 374809 sequences. (Running on oeis4.)