login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A248524
Beatty sequence for 1/(1-Pi^(-1/3)).
2
3, 6, 9, 12, 15, 18, 22, 25, 28, 31, 34, 37, 40, 44, 47, 50, 53, 56, 59, 63, 66, 69, 72, 75, 78, 81, 85, 88, 91, 94, 97, 100, 104, 107, 110, 113, 116, 119, 122, 126, 129, 132, 135, 138, 141, 145, 148, 151, 154, 157, 160, 163, 167, 170, 173, 176, 179, 182
OFFSET
1,1
COMMENTS
Beatty complement of A240977.
LINKS
FORMULA
a(n) = floor(n/(1-Pi^(-1/3))).
MATHEMATICA
Table[Floor[n/(1 - Pi^(-1/3))], {n, 1, 50}] (* G. C. Greubel, Apr 06 2017 *)
PROG
(PARI) a(n)=n\(1-Pi^(-1/3))
CROSSREFS
Cf. A092039 (Pi^(1/3)), A093204 (Pi^(-1/3)), A022844 (Beatty seq. for Pi), A037086 (Beatty seq. for sqrt(Pi)).
Sequence in context: A195933 A110117 A138252 * A102796 A177102 A292666
KEYWORD
nonn
AUTHOR
M. F. Hasler, Oct 07 2014
STATUS
approved