login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069966 (Sum of digits of n)^6 - (sum of digits^6 of n). 0
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 664, 3366, 11528, 31030, 70992, 144494, 269296, 468558, 0, 664, 3968, 14832, 42496, 101960, 215424, 413728, 737792, 1240056, 0, 3366, 14832, 45198, 112824, 245790, 484056, 881622, 1508688, 2453814, 0, 11528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,12
COMMENTS
a(n) = 0 iff n is a single-digit number or is a power of ten times a single-digit number.
LINKS
MATHEMATICA
f[n_] := Plus @@ IntegerDigits[n]^6 - Plus @@ (IntegerDigits[n]^6); Table[ f[n], {n, 0, 100}]
CROSSREFS
Sequence in context: A069473 A249530 A249531 * A290285 A286212 A196413
KEYWORD
base,easy,nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)