A103369 Number in the 2-digitaddition sequence at which the eventually periodic part starts.
1, 4, 37, 4, 89, 89, 1, 89, 37, 1, 4, 89, 1, 89, 16, 16, 89, 37, 1, 20, 89, 89, 1, 20, 89, 16, 89, 1, 89, 37, 1, 1, 37, 89, 89, 89, 37, 58, 37, 16, 89, 42, 89, 1, 89, 89, 37, 89, 1, 89, 16, 89, 89, 89, 89, 37, 37, 58, 37, 89, 37, 16, 89, 89, 37, 89, 89, 1, 16, 1, 89, 89, 58
Offset: 1
Examples
The 2-digitaddition sequence for n = 3 is {3, 9, 81, 65, 61, 37, 58, 89, 145, 42, 20, 4, 16, 37, ...}, so a(3) = 37.
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Digitaddition
Programs
-
Haskell
a103369 = until (`elem` a039943_list) a003132 a103369_list = map a103369 [1..] -- Reinhard Zumkeller, Oct 17 2011, Aug 24 2011
Comments