The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A186190 First digit of tribonacci sequence A000213. 2

%I #15 Feb 09 2017 11:50:54

%S 1,1,1,3,5,9,1,3,5,1,1,3,6,1,2,4,7,1,2,4,8,1,2,5,9,1,3,6,1,2,3,6,1,2,

%T 4,7,1,2,4,9,1,3,5,1,1,3,6,1,2,4,7,1,2,4,8,1,2,5,9,1,3,6,1,2,3,6,1,2,

%U 4,7,1,2,4,9,1,3,5,1,1,3,6,1,2,4,7,1,2,4,8,1,2,5,9,1,3,6,1,2,3,6,1,2,4

%N First digit of tribonacci sequence A000213.

%C Sequence obeys the Benford law about distribution of first digit d in a sequence: P(d) = log_10(1+1/d).

%H <a href="/index/Be#Benford">Index entries for sequences related to Benford's law</a>

%e a(10) = 1 since Trib(10) = 105.

%t t = {1,1,1}; Do[AppendTo[t, t[[-1]] + t[[-2]] + t[[-3]]], {100}]; Table[IntegerDigits[i][[1]], {i, t}]

%Y Cf. A000213.

%K nonn,base

%O 1,4

%A _Carmine Suriano_, Feb 14 2011

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 June 6 14:20 EDT 2024. Contains 373128 sequences. (Running on oeis4.)