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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030133 a(n+1) = sum of digits of (a(n) + a(n-1)). 5
2, 1, 3, 4, 7, 2, 9, 2, 2, 4, 6, 1, 7, 8, 6, 5, 2, 7, 9, 7, 7, 5, 3, 8, 2, 1, 3, 4, 7, 2, 9, 2, 2, 4, 6, 1, 7, 8, 6, 5, 2, 7, 9, 7, 7, 5, 3, 8, 2, 1, 3, 4, 7, 2, 9, 2, 2, 4, 6, 1, 7, 8, 6, 5, 2, 7, 9, 7, 7, 5, 3, 8, 2, 1, 3, 4, 7, 2, 9, 2, 2, 4, 6, 1, 7, 8, 6, 5, 2, 7, 9, 7, 7, 5, 3, 8, 2, 1, 3 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

a(n) = A010888(A000032(n)). [Reinhard Zumkeller, Aug 20 2011]

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 0..10000

FORMULA

a(n+24) = a(n); a(A017593(n)) = 9. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 04 2007

MATHEMATICA

Transpose[NestList[{Last[#], Total[IntegerDigits[Total[#]]]}&, {2, 1}, 100]] [[1]] (* From Harvey P. Dale, Jul 25 2011 *)

PROG

(Haskell)

a030133 n = a030133_list !! n

a030133_list =

   2 : 1 : map a007953 (zipWith (+) a030133_list $ tail a030133_list)

-- Reinhard Zumkeller, Aug 20 2011

CROSSREFS

Cf. A030132, A007953, A049341.

Sequence in context: A098164 A158504 A060214 * A139374 A111958 A192439

Adjacent sequences:  A030130 A030131 A030132 * A030134 A030135 A030136

KEYWORD

nonn,base,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 15 13:31 EST 2012. Contains 205802 sequences.