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.

A235766 Smallest first term of a sequence of exactly n consecutive hoax numbers.

Original entry on oeis.org

22, 84, 12955, 291090, 9538589, 3541285143, 136063250955, 253282144742
Offset: 1

Views

Author

Carlos Rivera, Jan 15 2014

Keywords

Comments

A hoax number is a composite number whose sum of digits is equal to the sum of the digits of its distinct prime factors.

Examples

			For n = 1, a(1) = 22 because 22 = 11*2 and the sum of the digits (SOD) in both sides is 4 but 23 is not composite.
For n = 2, a(2) = 84 because 84 = 2^2*3*7, SOD = 12; 85 = 5*17, SOD = 13 but 86 = 2*43 and SOD = 14 <> 9.
		

Crossrefs

Cf. A019506.

Extensions

a(6)-a(8) from Giovanni Resta, Jan 15 2014