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.

A030486 When squared gives number composed of digits {2,5,6}.

Original entry on oeis.org

5, 15, 16, 25, 75, 235, 475, 515, 516, 725, 5125, 7525, 22925, 23585, 72475, 505525, 515415, 2501125, 15008516, 23711235, 72267325, 149081275, 250133275, 256032335, 505228925, 2294919525, 5153315075, 15040686675, 50222133125
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A030484.

Extensions

Extended and corrected by author 03/2000.
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 03 2005

A119164 Triangular numbers composed of digits {2,5,6}.

Original entry on oeis.org

6, 55, 66, 666, 2556, 5565, 6555, 26565, 255255, 2265256, 5656566, 55656525, 525252666, 2665266555, 2666226566655, 6655522556665, 56625555222225, 265556626652565, 555665666566566, 2626662552255225, 6225222656552266, 26256252552656556, 652265255255252222566
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A030484, A119165. See A119033 for a table of cross-references.

Programs

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

Formula

a(n) = A000217(A119165(n)).

Extensions

a(22)-a(23) from Tyler Busby, Mar 24 2023
Showing 1-2 of 2 results.