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!)
A230724 Digital sum of tribonacci numbers with a(0)=a(1)=0, a(2)=1. 1

%I #12 Oct 30 2013 13:24:41

%S 0,0,1,1,2,4,7,4,6,8,9,14,13,9,18,13,13,26,16,19,25,15,14,18,20,34,36,

%T 36,25,34,32,37,40,46,42,47,45,35,37,36,45,37,55,47,58,43,49,42,62,63,

%U 41,58,45,63,67,76,71,43,73,70,60,86,63,83,61,72,99,88,61

%N Digital sum of tribonacci numbers with a(0)=a(1)=0, a(2)=1.

%H Irene Sermon, <a href="/A230724/b230724.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) = A007953(A000073(n)).

%e In the tribonacci series with initial terms a(0)=a(1)=0 and a(2)=1, the 30th term is 15902591. Its digital sum is 32.

%t t = LinearRecurrence[{1, 1, 1}, {0, 0, 1}, 60]; Total /@ IntegerDigits /@ t (* _T. D. Noe_, Oct 30 2013 *)

%Y Cf. A000073.

%K nonn,base

%O 0,5

%A _Irene Sermon_, Oct 28 2013

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)