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!)
A069978 (Sum of digits of n)^4 - (sum of digits of n^4). 0
0, 0, 9, 72, 243, 612, 1278, 2394, 4077, 6543, 0, 0, 63, 234, 603, 1278, 2376, 4077, 6534, 9990, 9, 54, 234, 594, 1269, 2376, 4059, 6543, 9972, 14616, 72, 234, 594, 1269, 2376, 4077, 6525, 9972, 14616, 20718, 243, 594, 1269, 2376, 4059, 6543, 9963 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) = 0 for n's: 1, 10, 11, 100, 101, 110, 1000, ....
LINKS
MATHEMATICA
f[n_] := Plus @@ IntegerDigits[n]^4 - Plus @@ (IntegerDigits[n^4]); Table[ f[n], {n, 0, 100}]
CROSSREFS
Sequence in context: A044196 A064201 A244728 * A070823 A073988 A005778
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)