The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A119053 Triangular numbers composed of digits {0,2,6}. 2

%I #14 Sep 26 2023 13:48:15

%S 6,66,666,66066,600060,6626620,2620626606,2200022662006,

%T 626622226002066066,66006260060666006026,20066002660020662200026,

%U 222220220206620206202066,22222002022666602062066226,66222600026062602006000600,20666666202602626260022660266

%N Triangular numbers composed of digits {0,2,6}.

%C a(16) > 10^40. - _Tyler Busby_, Mar 28 2023

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

%F a(n) = A000217(A119054(n))

%t Select[Flatten[FromDigits /@ Tuples[{0, 2, 6}, 13]], OddQ[ Sqrt[ 8 # + 1]] &] //Rest (* The program generates the first 8 terms of the sequence. *) (* _Harvey P. Dale_, Sep 26 2023 *)

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

%K nonn,base

%O 1,1

%A _Giovanni Resta_, May 10 2006

%E a(14)-a(15) from _Max Alekseyev_, Aug 26 2013

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 May 30 12:02 EDT 2024. Contains 372968 sequences. (Running on oeis4.)