cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A248524 #12 Apr 07 2017 01:35:21
%S A248524 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 A248524 78,81,85,88,91,94,97,100,104,107,110,113,116,119,122,126,129,132,135,
%U A248524 138,141,145,148,151,154,157,160,163,167,170,173,176,179,182
%N A248524 Beatty sequence for 1/(1-Pi^(-1/3)).
%C A248524 Beatty complement of A240977.
%H A248524 G. C. Greubel, <a href="/A248524/b248524.txt">Table of n, a(n) for n = 1..1000</a>
%F A248524 a(n) = floor(n/(1-Pi^(-1/3))).
%t A248524 Table[Floor[n/(1 - Pi^(-1/3))], {n, 1, 50}] (* _G. C. Greubel_, Apr 06 2017 *)
%o A248524 (PARI) a(n)=n\(1-Pi^(-1/3))
%Y A248524 Cf. A092039 (Pi^(1/3)), A093204 (Pi^(-1/3)), A022844 (Beatty seq. for Pi), A037086 (Beatty seq. for sqrt(Pi)).
%K A248524 nonn
%O A248524 1,1
%A A248524 _M. F. Hasler_, Oct 07 2014