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.

Showing 1-2 of 2 results.

A119216 Triangular numbers composed of digits {4,7,8}.

Original entry on oeis.org

78, 8778, 448878, 887778, 7478778, 88877778, 8888777778, 44847878778, 747488474778, 888887777778, 88888877777778, 8888888777777778, 888888887777777778, 7778777484477877878, 88888888877777777778, 7444484774887874784778, 8888888888777777777778
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A053963, A119217. See A119033 for a table of cross-references.

Programs

  • Mathematica
    Table[Select[FromDigits/@Tuples[{4,7,8},n],OddQ[Sqrt[8#+1]]&],{n,20}]//Flatten (* The program will take a long time to run. *) (* Harvey P. Dale, Oct 15 2017 *)

Formula

a(n) = A000217(A119217(n)). - Tyler Busby, Mar 26 2023

Extensions

a(16)-a(17) from Tyler Busby, Mar 26 2023

A053962 Numbers k such that k^2 contains only digits {4,7,8}.

Original entry on oeis.org

2, 22, 28, 88, 86478, 94227622, 9208064263934568938, 22019193553462506122, 6984617991328143315228383028
Offset: 1

Views

Author

Patrick De Geest, Mar 15 2000

Keywords

Crossrefs

Cf. A053963.

Extensions

Two more terms from Mishima's page added by Max Alekseyev, Mar 10 2009
a(9) from Zhao Hui Du, Mar 09 2024
Showing 1-2 of 2 results.