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-4 of 4 results.

A369132 Numbers whose "Look and Say" description (cf. A045918) is a substring of the number.

Original entry on oeis.org

22, 333, 4444, 22333, 33322, 55555, 224444, 333000, 333111, 333222, 333444, 333555, 333666, 333777, 333888, 333999, 444422, 666666, 2255555, 3334444, 4444333, 5555522, 7777777, 22333000, 22333111, 22333222, 22333444, 22333555, 22333666, 22333777, 22333888, 22333999, 22666666, 33322333
Offset: 1

Views

Author

Scott R. Shannon, Jan 14 2024

Keywords

Comments

This sequence is infinite as it contains A002275(A002275(k)) for any k > 1. - Rémy Sigrist, Jan 18 2024

Examples

			22 is a term as A045918(22) = 22, and "22" contains "22" as a substring.
333 is a term as A045918(333) = 33, and "333" contains "33" as a substring.
33322333 is a term as A045918(33322333) = 332233, and "33322333 " contains "332233" as a substring.
999999999 is a term as A045918(999999999) = 99, and "999999999" contains "99" as a substring. It is likely this is the last possible term.
		

Crossrefs

Cf. A002275, A005150, A045918, A369092 (number is a substring of its description).

A379453 Numbers that decrease when they are replaced by the "Look and Say" description (cf. A045918) of their prime factors, counted with multiplicity.

Original entry on oeis.org

49, 64, 81, 125, 128, 243, 256, 289, 343, 361, 512, 529, 625, 729, 841, 961, 1024, 1250, 1331, 1369, 1458, 1681, 1715, 1849, 1875, 2048, 2187, 2197, 2209, 2401, 2500, 2809, 2916, 3087, 3125, 3375, 3481, 3721, 4096, 4374, 4489, 4802, 4913, 5000, 5041, 5329, 5488, 5625, 5832, 6075, 6125, 6241, 6250, 6561, 6859, 6889, 7203, 7776, 7921, 8000, 8192, 8575, 8748
Offset: 1

Views

Author

Scott R. Shannon, Dec 23 2024

Keywords

Examples

			49 is a term as 49 = 7^2 which becomes 27 when replaced by the "Look and Say" description of its prime factors, and 27 is smaller than 49.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[8750],#>FromDigits[Flatten[IntegerDigits/@Reverse/@FactorInteger[#]]]&] (* James C. McMahon, Dec 23 2024 *)

A379455 Numbers that decrease two times in succession when they are iteratively replaced by the "Look and Say" description (cf. A045918) of their prime factors, counted with multiplicity.

Original entry on oeis.org

1849, 7921, 38809, 79507, 146529, 160801, 200978, 226981, 327697, 654481, 1113032, 1653125, 1731619, 1765376, 2109375, 2588881, 3418927, 3857868, 4182703, 5640625, 6492304, 6553600, 6892100, 7103125, 7845601, 8438707, 9509327, 11039981, 11880448, 12068352, 12106067, 12584111, 13227109, 14895500, 16843208, 17149469, 17372224, 18081075, 18852697, 19523584
Offset: 1

Views

Author

Scott R. Shannon, Dec 23 2024

Keywords

Examples

			1849 is a term as 1849 = 43^2 which becomes 243 when replaced by the "Look and Say" description of its prime factors, and 243 is smaller than 1849, and 243 = 3^5 which becomes 53 when replaced by the "Look and Say" description of its prime factors, and 53 is smaller than 243.
		

Crossrefs

A379454 Numbers that decrease three times in succession when they are iteratively replaced by the "Look and Say" description (cf. A045918) of their prime factors, counted with multiplicity.

Original entry on oeis.org

727974361, 2204693643, 2643690625
Offset: 1

Views

Author

Scott R. Shannon, Dec 23 2024

Keywords

Examples

			2643690625 is a term as 2643690625 = 5^5 * 845981 which becomes 551845981 when replaced by the "Look and Say" description of its prime factors, and 551845981 is smaller than 2643690625, 551845981 = 239^2 * 9661 which becomes 223919661 when replaced by the "Look and Say" description of its prime factors, and 223919661 is smaller than 551845981, and 223919661 = 3 * 7^5 * 4441 which becomes 135714441 when replaced by the "Look and Say" description of its prime factors, and 135714441 is smaller than 223919661.
		

Crossrefs

Showing 1-4 of 4 results.