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!)
A130917 a(n) is the sum of the digital roots of all of the previous terms. 0
1, 1, 2, 4, 8, 16, 23, 28, 29, 31, 35, 43, 50, 55, 56, 58, 62, 70, 77, 82, 83, 85, 89, 97, 104, 109, 110, 112, 116, 124, 131, 136, 137, 139, 143, 151, 158, 163, 164, 166, 170, 178, 185, 190, 191, 193, 197, 205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Essentially identical to A007612, which is the main entry for this sequence. - N. J. A. Sloane, Aug 25 2007
LINKS
FORMULA
G.f.: x*(5*x^5+x^4+2*x^3+x^2-x+1) / ((x-1)^2*(x+1)*(x^2-x+1)). - Colin Barker, Jan 17 2014
EXAMPLE
a(8) = 28 because the digital roots of the previous terms are 1,1,2,4,8,7 and 5 and 1+1+2+4+8+7+5 = 28
PROG
(PARI) Vec(x*(5*x^5+x^4+2*x^3+x^2-x+1)/((x-1)^2*(x+1)*(x^2-x+1)) + O(x^100)) \\ Colin Barker, Jan 17 2014
CROSSREFS
Sequence in context: A257165 A262224 A058961 * A007612 A112395 A004207
KEYWORD
easy,nonn,base
AUTHOR
Stephen Casey (hexomino(AT)gmail.com), Aug 23 2007
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)