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
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, 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, 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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Sequence obeys the Benford law about distribution of first digit d in a sequence: P(d) = log_10(1+1/d).
LINKS
EXAMPLE
a(10) = 1 since Trib(10) = 105.
MATHEMATICA
t = {1, 1, 1}; Do[AppendTo[t, t[[-1]] + t[[-2]] + t[[-3]]], {100}]; Table[IntegerDigits[i][[1]], {i, t}]
CROSSREFS
Cf. A000213.
Sequence in context: A058642 A258086 A141251 * A019739 A101298 A296452
KEYWORD
nonn,base
AUTHOR
Carmine Suriano, Feb 14 2011
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 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)