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.

Previous Showing 21-30 of 112 results. Next

A119061 Triangular numbers composed of digits {0,3,5}.

Original entry on oeis.org

3, 55, 300, 3003, 5050, 500500, 50005000, 5000050000, 33050333550, 500000500000, 3505500530535, 50000005000000, 53555035005300, 355300503533550, 5000000050000000, 50035505550330300, 300555503500333305, 500000000500000000, 50000000005000000000
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

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

Formula

a(n) = A000217(A119062(n)). - Michel Marcus, Mar 14 2023

Extensions

a(17)-a(19) from Tyler Busby, Mar 14 2023

A119063 Triangular numbers composed of digits {0,3,6}.

Original entry on oeis.org

3, 6, 36, 66, 300, 630, 666, 3003, 66066, 333336, 600060, 630003, 3306306, 30330366, 330360660, 6603360660, 63630666636636, 633663606306030, 63033033630030366, 66000033300360030336, 33363363630036306006003, 363003633036606030300000, 663300330303660363306006
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A058432, A119064. See A119033 for a table of cross-references.

Programs

  • Mathematica
    Select[FromDigits/@Tuples[{0,3,6},12],OddQ[Sqrt[8#+1]]&]//Rest (* The program generates the first 16 terms of the sequence. *) (* Harvey P. Dale, Jul 14 2025 *)

Formula

a(n) = A000217(A119064(n)). - Michel Marcus, Mar 22 2023

Extensions

a(22)-a(23) from Tyler Busby, Mar 22 2023

A119065 Triangular numbers composed of digits {0,3,7}.

Original entry on oeis.org

3, 300, 703, 3003, 300700, 7777333333770, 30770737700703, 7707033303703300, 77300377037737303073770, 3073770307037370707370300003, 33000770070773300000703773730, 770037773370037377077730333003
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Comments

a(13) > 10^41. - Tyler Busby, Mar 28 2023

Crossrefs

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

Formula

a(n) = A000217(A119066(n)). - Tyler Busby, Mar 28 2023

A119067 Triangular numbers composed of digits {0,3,8}.

Original entry on oeis.org

3, 300, 3003, 8038803003, 80830838088000, 8330808803003880083880, 3033038080383000888388003003, 8038308338833030088338388883003, 830303888083308003388388830000003
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Comments

a(10) > 10^43. - Tyler Busby, Mar 28 2023

Crossrefs

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

Formula

a(n) = A000217(A119068(n)). - Tyler Busby, Mar 28 2023

Extensions

One more term from Max Alekseyev, Mar 09 2009

A119069 Triangular numbers composed of digits {0,3,9}.

Original entry on oeis.org

3, 300, 903, 990, 3003, 33930, 39903, 339900, 930930, 39033030, 990903903, 3909003990, 3993990000, 33003300903, 39999939903, 90993993300, 3390003090090, 99990099000330, 90009933903093903, 399939399933939330, 303300903903330099003, 3309000900300303999300
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A058434, A119070. See A119033 for a table of cross-references.

Formula

a(n) = A000217(A119070(n)). - Michel Marcus, Mar 22 2023

Extensions

a(21)-a(22) from Tyler Busby, Mar 22 2023

A119071 Triangular numbers composed of digits {0,4,5}.

Original entry on oeis.org

45, 55, 4005, 5050, 404550, 405450, 500500, 40405555, 40504500, 50005000, 454044045, 500054500, 4050045000, 4540044405, 5000050000, 405000450000, 455005054540, 500000500000, 40500004500000, 50000005000000, 50450455004040, 540550504445050, 4050000045000000
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A058436, A119072. See A119033 for a table of cross-references.

Formula

a(n) = A000217(A119072(n)). - Michel Marcus, Mar 15 2023

Extensions

a(21)-a(23) from Tyler Busby, Mar 14 2023

A119073 Triangular numbers composed of digits {0,4,6}.

Original entry on oeis.org

6, 66, 406, 666, 66066, 446040, 600060, 46046406, 440466040, 4040600460, 6604444400406, 4440066066400004040, 644006046066000066046, 44464646466606404046664666, 464440406444064040044646006604604066, 660466006640066446666000606004066646, 60404640400640406040004460664400044060
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

See A119033 for a table of cross-references.

Programs

  • Magma
    [t: n in [1..2*10^7] | Set(Intseq(t)) subset {0,4,6} where t is n*(n+1) div 2]; // Vincenzo Librandi, Dec 18 2015
  • Mathematica
    Rest[Select[FromDigits/@Tuples[{0, 4, 6}, 10], IntegerQ[(Sqrt[8 # + 1] - 1)/2] &]] (* Vincenzo Librandi, Dec 18 2015 *)

Formula

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

Extensions

a(15)-a(16) from Max Alekseyev, May 10 2009
a(17) from Tyler Busby, Mar 27 2023

A119075 Triangular numbers composed of digits {0,4,8}.

Original entry on oeis.org

80080840, 4448084040, 804844884480, 4448404804004804800840804848000, 44804084840840840848040408400000
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Comments

a(6) > 10^37. - Max Alekseyev, May 17 2009
a(6) > 10^40. - Tyler Busby, Mar 28 2023

Crossrefs

Cf. A000217, A058442, A119076. See A119033 for a table of cross-references.

Programs

  • Magma
    [t: n in [1..2*10^7] | Set(Intseq(t)) subset {0, 4, 8} where t is n*(n+1) div 2]; // Vincenzo Librandi, Dec 18 2015
  • Mathematica
    Rest[Select[FromDigits/@Tuples[{0, 4, 8}, 12], IntegerQ[(Sqrt[8 # + 1] - 1)/2] &]] (* Vincenzo Librandi, Dec 18 2015 *)

Formula

a(n) = A000217(A119076(n)). - Michel Marcus, Mar 27 2023

A119077 Triangular numbers composed of digits {0,4,9}.

Original entry on oeis.org

990, 4009490400090, 990440044904409490, 9900404040400404004090
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Comments

a(5) > 10^40. - Tyler Busby, Mar 28 2023

Crossrefs

Cf. A000217, A058444, A119078. See A119033 for a table of cross-references.

Formula

a(n) = A000217(A119078(n)). - Tyler Busby, Mar 28 2023

A119079 Triangular numbers composed of digits {0,5,6}.

Original entry on oeis.org

6, 55, 66, 666, 5050, 5565, 6555, 66066, 500500, 600060, 605550, 5656566, 50005000, 60505500, 5000050000, 6050055000, 500000500000, 605000550000, 50000005000000, 60500005500000, 66605656050060, 550006056055665, 555665666566566, 5000000050000000
Offset: 1

Views

Author

Giovanni Resta, May 10 2006

Keywords

Crossrefs

Cf. A000217, A058446, A119080. See A119033 for a table of cross-references.

Programs

  • Mathematica
    Rest[Select[FromDigits/@Tuples[{0,5,6},15],IntegerQ[(Sqrt[8#+1]-1)/2]&]] (* Harvey P. Dale, Nov 19 2013 *)

Formula

a(n) = A000217(A119080(n)). - Michel Marcus, Mar 22 2023

Extensions

a(23)-a(24) from Tyler Busby, Mar 22 2023
Previous Showing 21-30 of 112 results. Next