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!)
A248524 Beatty sequence for 1/(1-Pi^(-1/3)). 2

%I #12 Apr 07 2017 01:35:21

%S 3,6,9,12,15,18,22,25,28,31,34,37,40,44,47,50,53,56,59,63,66,69,72,75,

%T 78,81,85,88,91,94,97,100,104,107,110,113,116,119,122,126,129,132,135,

%U 138,141,145,148,151,154,157,160,163,167,170,173,176,179,182

%N Beatty sequence for 1/(1-Pi^(-1/3)).

%C Beatty complement of A240977.

%H G. C. Greubel, <a href="/A248524/b248524.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) = floor(n/(1-Pi^(-1/3))).

%t Table[Floor[n/(1 - Pi^(-1/3))], {n, 1, 50}] (* _G. C. Greubel_, Apr 06 2017 *)

%o (PARI) a(n)=n\(1-Pi^(-1/3))

%Y Cf. A092039 (Pi^(1/3)), A093204 (Pi^(-1/3)), A022844 (Beatty seq. for Pi), A037086 (Beatty seq. for sqrt(Pi)).

%K nonn

%O 1,1

%A _M. F. Hasler_, Oct 07 2014

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 20 11:05 EDT 2024. Contains 372712 sequences. (Running on oeis4.)