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!)
A066344 Beatty sequence for log_5(10). 4

%I #16 Jan 29 2019 02:36:34

%S 1,2,4,5,7,8,10,11,12,14,15,17,18,20,21,22,24,25,27,28,30,31,32,34,35,

%T 37,38,40,41,42,44,45,47,48,50,51,52,54,55,57,58,60,61,62,64,65,67,68,

%U 70,71,72,74,75,77,78,80,81,82,84,85,87,88,90,91,92,94,95,97,98,100

%N Beatty sequence for log_5(10).

%C Beatty complement of A066343. - _Jianing Song_, Jan 27 2019

%H Harry J. Smith, <a href="/A066344/b066344.txt">Table of n, a(n) for n = 1..1000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>

%F a(n) = floor(n*log_5(10)).

%o (PARI) { l=log(10)/log(5); for (n=1, 1000, a=floor(n*l); write("b066344.txt", n, " ", a) ) } \\ _Harry J. Smith_, Feb 11 2010

%Y Cf. A066343, A154156 (log_5(10)).

%K easy,nonn

%O 1,2

%A _Vladeta Jovovic_, Dec 15 2001

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 May 18 21:39 EDT 2024. Contains 372666 sequences. (Running on oeis4.)