Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061862
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061862 Powerful numbers (2a): a sum of nonnegative powers of its digits. +0
3
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 24, 43, 63, 89, 132, 135, 153, 175, 209, 224, 226, 254, 258, 262, 263, 264, 267, 283, 332, 333, 334, 347, 357, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 407, 445, 463, 472, 518, 538, 598, 629, 635, 653, 675, 730, 731, 732 (list; graph; listen)
OFFSET

1,3

COMMENT

Zero digits cannot be used in the sum. - N. J. A. Sloane, Aug 31 2009

LINKS

D. Wilson, Table of n, a(n) for n=1..10000

Index entries for sequences related to powerful numbers

FORMULA

If n = d_1 d_2 ... d_k in decimal then there are integers m_1 m_2 ... m_k >= 0 such that n = d_1^m_1 + ... + d_k^m_k.

EXAMPLE

43 = 4^2 + 3^3; 254 = 2^7 + 5^3 + 4^0 = 128 + 125 + 1.

209 = 2^7 + 9^2.

732 = 7^0 + 3^6 + 2^1.

MATHEMATICA

f[ n_ ] := Module[ {}, a=IntegerDigits[ n ]; e=g[ Length[ a ] ]; MemberQ[ Map[ Apply[ Plus, a^# ] &, e ], n ] ] g[ n_ ] := Map[ Take[ Table[ 0, {n} ]~Join~#, -n ] &, IntegerDigits[ Range[ 10^n ], 10 ] ] For[ n=0, n >= 0, n++, If[ f[ n ], Print[ n ] ] ]

CROSSREFS

Cf. A001694, A005934, A005188, A003321, A014576, A023052, A046074.

Different from A007532 and A134703, which are variations.

Sequence in context: A116960 A126957 A134703 this_sequence A007532 A068189 A069716

Adjacent sequences: A061859 A061860 A061861 this_sequence A061863 A061864 A061865

KEYWORD

base,nonn

AUTHOR

Erich Friedman (efriedma(AT)stetson.edu), Jun 23 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research