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
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 (list; graph; refs; listen; history; text; internal format)
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

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 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)