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.

A178203 Smith numbers of order 5; composite numbers n such that sum of digits^5 equal sum of digits^5 of its prime factors without the numbers in A176670 that have the same digits as its prime factors (without the zero digits).

Original entry on oeis.org

414966, 443166, 454266, 1274664, 1371372, 1701856, 1713732, 1734616, 1771248, 1858436, 1858616, 2075664, 2624976, 3606691, 3771031, 3771301, 4266914, 4414866, 4461786, 4605146, 4670576, 4710739, 5209663, 5281767, 5434572, 5836565, 5861712, 5871968, 6046357
Offset: 1

Views

Author

Paul Weisenhorn, Dec 19 2010

Keywords

Examples

			a(10) = 1858436 = 2*2*29*37*433;
1^5 + 3^5 + 4^5 + 5^5 + 6^5 + 2*8^5 = 3*2^5 + 3*3^5 + 4^5 + 7^5 + 9^5 = 77705.
		

Crossrefs

Cf. A006753 (Smith numbers), A176670, A174460, A178213, A178193, A178204.

Extensions

a(21) corrected by Donovan Johnson, Jan 02 2013