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.

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 *)

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