The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A069964 a(n) = (sum of digits of n)^4 - (sum of digits^4 of n). 0
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 64, 174, 368, 670, 1104, 1694, 2464, 3438, 0, 64, 224, 528, 1024, 1760, 2784, 4144, 5888, 8064, 0, 174, 528, 1134, 2064, 3390, 5184, 7518, 10464, 14094, 0, 368, 1024, 2064, 3584, 5680, 8448, 11984, 16384, 21744, 0, 670 (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]^4 - Plus @@ (IntegerDigits[n]^4); Table[ f[n], {n, 0, 100}]
CROSSREFS
Sequence in context: A275179 A050396 A344597 * A275127 A074354 A212743
KEYWORD
nonn,base,easy
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 May 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)