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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072409 4th order digital invariants: the sum of the 4th power of the integer digits of n equals some number k and the sum of the 4th power of the integer digits of k equals n. 3
1, 1634, 2178, 6514, 8208, 9474 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

David Wells, Penguin Dictionary of Curious and Interesting Numbers, Revised Edition, London, England, 1997, p. 155&153.

EXAMPLE

2178 is included because 2^4 + 1^4 + 7^4 + 8^4 = 6514 and 6^4 + 5^4 + 1^4 + 4^4 = 2178.

MATHEMATICA

f[n_] := Apply[Plus, IntegerDigits[Apply[Plus, IntegerDigits[n]^4]]^4]; Select[ Range[10^7], f[ # ] == # &]

CROSSREFS

Sequence in context: A198510 A202985 A063891 * A052455 A054808 A206234

Adjacent sequences:  A072406 A072407 A072408 * A072410 A072411 A072412

KEYWORD

nonn,fini,full,base

AUTHOR

Harvey P. Dale (hpd1(AT)nyu.edu), Jul 31 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 09 2002

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 17 23:57 EST 2012. Contains 206085 sequences.