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!)
A119054 Numbers k such that the k-th triangular number contains only digits {0,2,6}. 2
3, 11, 36, 363, 1095, 3640, 72396, 2097628, 1119484011, 11489670148, 200329741476, 666663663636, 6666633636651, 11508483829424, 203306006810436 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other terms below 1.4*10^20. - Max Alekseyev, Aug 26 2013
LINKS
MATHEMATICA
Select[Range[2 10^7], Complement[IntegerDigits[Binomial[# + 1, 2]], {0, 2, 6}] == {} &] (* Vincenzo Librandi, Dec 25 2015 *)
PROG
(Magma) [n: n in [1..4*10^6] | Set(Intseq(Binomial(n+1, 2))) subset [0, 2, 6]]; // Vincenzo Librandi, Dec 25 2015
CROSSREFS
Cf. A000217, A119053. See A119034 for a table of cross-references.
Sequence in context: A119213 A068644 A286318 * A119090 A048361 A119161
KEYWORD
nonn,base,more
AUTHOR
Giovanni Resta, May 10 2006
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 May 12 06:47 EDT 2024. Contains 372432 sequences. (Running on oeis4.)