cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A251754 Digital root of A027444(n) = n + n^2 + n^3, n>=1. Repeat(3, 5, 3, 3, 2, 6, 3, 8, 9).

Original entry on oeis.org

3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3, 5, 3, 3, 2, 6, 3, 8, 9, 3
Offset: 1

Views

Author

Peter M. Chema, Dec 07 2014

Keywords

Comments

Periodic with cycle of length 9: {3, 5, 3, 3, 2, 6, 3, 8, 9}.
a(n) also arises from the decimal expansion of 117775463/333333333 = 0.repeat(353326389).

Examples

			For a(11) = 5 because 11+11^2+11^3 = 1463, and 1+4+6+3 = 14.  Result is 5, which is the digital root of 14.
		

Crossrefs

Programs

Formula

a(n) = sum of digits of (n+n^2+n^3), reduced to digital root.
a(n) = A010888(A027444(n)), and sequence may start at n=0.
a(n) = A010888(A010888(n) + A056992(n) + A073636(n)).
G.f.: x*(9*x^8 + 8*x^7 + 3*x^6 + 6*x^5 + 2*x^4 + 3*x^3 + 3*x^2 + 5*x + 3)/(1 - x^9). - Chai Wah Wu, Jul 17 2016

Extensions

Edited: name specified, digital root link added, a comment rewritten and moved to formula section. - Wolfdieter Lang, Jan 05 2015