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!)
A063459 A Beatty sequence: a(n) = floor(n*(Pi - 1)). 1

%I #19 Nov 13 2013 17:14:05

%S 0,2,4,6,8,10,12,14,17,19,21,23,25,27,29,32,34,36,38,40,42,44,47,49,

%T 51,53,55,57,59,62,64,66,68,70,72,74,77,79,81,83,85,87,89,92,94,96,98,

%U 100,102,104,107,109,111,113,115,117,119,122,124,126,128,130

%N A Beatty sequence: a(n) = floor(n*(Pi - 1)).

%H Harry J. Smith, <a href="/A063459/b063459.txt">Table of n, a(n) for n = 0..1000</a> (term 0 added by Ivan Panchenko)

%t Table[Floor[n (Pi - 1)], {n, 0, 61}] (* _Ivan Panchenko_, Nov 11 2013 *)

%o (PARI) a(n) = floor(n*(Pi - 1)) [_Ivan Panchenko_, Nov 13 2013]

%Y Beatty complement of A063460.

%K nonn

%O 0,2

%A _Robert G. Wilson v_, Jul 25 2001

%E a(0) from _Ivan Panchenko_, Nov 11 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 07:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)