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.

A050224 1/2-Smith numbers.

Original entry on oeis.org

88, 169, 286, 484, 598, 682, 808, 844, 897, 961, 1339, 1573, 1599, 1878, 1986, 2266, 2488, 2626, 2662, 2743, 2938, 3193, 3289, 3751, 3887, 4084, 4444, 4642, 4738, 4804, 4972, 4976, 4983, 5566, 5665, 5764, 5797, 5863
Offset: 1

Views

Author

Keywords

Examples

			88 is a 2^(-1) Smith number because the digit sum of 88, i.e., S(88) = 8 + 8 = 16, which is equal to twice the sum of the digits of its prime factors, i.e., 2 * Sp (88) = 2 * Sp (11 * 2 * 2 * 2) = 2 * (1 + 1 + 2 + 2 + 2) = 16.
		

Crossrefs

Programs

  • Mathematica
    snoQ[n_]:=Total[IntegerDigits[n]]==2Total[Flatten[IntegerDigits/@ Flatten[ Table[First[#],{Last[#]}]&/@FactorInteger[n]]]]; Select[Range[ 6000], snoQ] (* Harvey P. Dale, Oct 15 2011 *)

Extensions

More terms from Shyam Sunder Gupta, Mar 11 2005

A195373 Smallest (1/n)-Smith number.

Original entry on oeis.org

4, 88, 6969, 19899699, 399996663, 990999999
Offset: 1

Views

Author

Kausthub Gudipati, Sep 17 2011

Keywords

Comments

5*10^10 < a(7) <= 366699996999933. a(8) <= 66697996999956663. a(9) <= 9999199998999999. - Donovan Johnson, Sep 20 2011

Examples

			88 is the smallest (1/2)-Smith number.
		

Crossrefs

Extensions

a(6) from Donovan Johnson, Sep 20 2011
Showing 1-2 of 2 results.