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!)
A098870 Sum of the cubes of the digits of the previous term, starting with 2. 0
2, 8, 512, 134, 92, 737, 713, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371, 371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A student of mine (Dennis Vadner) noted this sequence when working with the sequence formed by summing the squares of the digits of the previous term for a class assignment. Upon investigating various initial terms, it was noted that there appeared to be a limited number of end behaviors.
LINKS
Erich Friedman, What's Special About This Number?, 371.
FORMULA
G.f.: x*(342*x^7 + 24*x^6 - 645*x^5 + 42*x^4 + 378*x^3 - 504*x^2 - 6*x - 2) / (x - 1). - Jinyuan Wang, Mar 18 2020
EXAMPLE
Since a(5) = 92, a(6) is therefore 9^3 + 2^3 = 729 + 8 = 737.
MATHEMATICA
FixedPointList[Plus@@(IntegerDigits[#]^3) &, 2] (* Alonso del Arte, Mar 18 2020 *)
CROSSREFS
Cf. A000216.
Sequence in context: A003301 A000890 A033542 * A221065 A023365 A262826
KEYWORD
nonn,base
AUTHOR
Gary Nagel (gary.nagel(AT)sendit.nodak.edu), Oct 12 2004
EXTENSIONS
Offset changed to 1 by and more terms from Jinyuan Wang, Mar 18 2020
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)