cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A119186 Triangular numbers composed of digits {3,5,6}.

Original entry on oeis.org

3, 6, 36, 55, 66, 666, 3655, 5356, 5565, 6555, 333336, 3635556, 5656566, 35536665, 56365653, 56663335, 63365653, 655636366, 53533355655, 55663663653, 533533653555, 555533363556, 6653355565366, 555665666566566, 35356355566555653, 653366333366663536656
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A053945, A119187. See A119033 for a table of cross-references.

Programs

  • Mathematica
    Table[Select[FromDigits/@Tuples[{3,5,6},n],OddQ[Sqrt[8#+1]]&],{n,15}]//Flatten (* Harvey P. Dale, Aug 03 2021 *)

Formula

a(n) = A000217(A119187(n)). - Tyler Busby, Mar 24 2023

Extensions

a(25)-a(26) from Tyler Busby, Mar 24 2023