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!)
A119044 Numbers k such that the k-th triangular number contains only digits {0,1,7}. 2
1, 4, 18, 58, 59, 141, 471418, 185310604, 451023506, 1184061400, 1844511706, 4474395400, 14266749459, 18444896915, 48521543066, 11838218371106, 39270880053981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term exceeds 1.4*10^16.
LINKS
MATHEMATICA
Select[Range[3 10^7], Complement[IntegerDigits[Binomial[# + 1, 2]], {0, 1, 7}] == {} &] (* Vincenzo Librandi, Oct 06 2015 *)
PROG
(Magma) [n: n in [1..2*10^7] | Set(Intseq(Binomial(n+1, 2))) subset [0, 1, 7]]; // Vincenzo Librandi, Oct 06 2015
CROSSREFS
Cf. A000217, A119043. See A119034 for a table of cross-references.
Sequence in context: A238915 A212680 A027286 * A058851 A167885 A212521
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)