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.

A053890 Numbers k such that k^2 contains only digits {1,3,4}.

Original entry on oeis.org

1, 2, 12, 21, 38, 1188, 20771, 37962, 3378512, 11594538, 65833989271, 3798830532038, 575684923751188, 21079405433537116521, 177324875114669443080086908188
Offset: 1

Views

Author

Patrick De Geest, Mar 15 2000

Keywords

Crossrefs

Cf. A053891.

Programs

  • Mathematica
    Select[Range[1, 10000], ContainsOnly[IntegerDigits[#^2], {1, 3, 4}] &] (* Julien Kluge, Jul 08 2016 *)

Extensions

More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 04 2005
One more term from Jon E. Schoenfield, Sep 03 2006
Two more terms from Mishima's page added by Max Alekseyev, Jan 28 2012
a(15) from Zhao Hui Du, Mar 06 2024

A119111 Triangular numbers composed of digits {1,3,4}.

Original entry on oeis.org

1, 3, 1431, 33411, 331441131, 1444343131, 13113334431, 31444341333441, 111413314441131, 444334341314331, 11114441143333344141, 331341331134344133331, 4443314433131433343331311434133434431331
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Comments

a(14) > 10^41. - Tyler Busby, Mar 27 2023

Crossrefs

Cf. A000217, A053891, A119112. See A119033 for a table of cross-references.

Formula

a(n) = A000217(A119112(n)). - Tyler Busby, Mar 27 2023

Extensions

a(13) from Tyler Busby, Mar 27 2023
Showing 1-2 of 2 results.