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!)
A119036 Numbers k such that the k-th triangular number contains only digits {0,1,3}. 2
1, 2, 4, 24, 77, 141, 778, 1421, 1435, 1620, 14220, 15035, 45453, 148533, 148546, 249122, 471404, 791597, 4497399, 2580747997, 47180737658, 148411814220, 244989930458, 447283652733, 1422190795997, 2581981034024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[2 10^7], Complement[IntegerDigits[Binomial[# + 1, 2]], {0, 1, 3}] == {}&] (* Vincenzo Librandi, Oct 07 2015 *)
PROG
(Magma) [n: n in [1..2*10^7] | Set(Intseq(Binomial(n+1, 2))) subset [0, 1, 3]]; // Vincenzo Librandi, Oct 07 2015
CROSSREFS
Cf. A000217, A119035. See A119034 for a table of cross-references.
Sequence in context: A272640 A192513 A192384 * A192382 A232205 A170931
KEYWORD
nonn,base
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 March 28 21:57 EDT 2024. Contains 371254 sequences. (Running on oeis4.)