login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055015 Sum of 6th powers of digits of n. 2
0, 1, 64, 729, 4096, 15625, 46656, 117649, 262144, 531441, 1, 2, 65, 730, 4097, 15626, 46657, 117650, 262145, 531442, 64, 65, 128, 793, 4160, 15689, 46720, 117713, 262208, 531505, 729, 730, 793, 1458, 4825, 16354, 47385, 118378, 262873 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=sum{k>0, (floor(n/10^k)-10*floor(n/10^(k+1)))^6}. - Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Jun 25 2007

a(10n+k)=a(n)+k^6, 0<=k<10. - Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Jun 25 2007

MAPLE

for n from 0 to 3 do seq(n^6+j^6, j=0..9 ); od; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 06 2006

CROSSREFS

Cf. A003132.

Cf. A003132, A055012, A055013, A005514.

Cf. A007953, A055017, A076313, A076314.

Sequence in context: A195249 A016899 A017676 * A001014 A050753 A074154

Adjacent sequences:  A055012 A055013 A055014 * A055016 A055017 A055018

KEYWORD

base,nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), May 31 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 17:46 EST 2012. Contains 205835 sequences.