[go: up one dir, main page]

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”).

Revision History for A081129 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Differences of Beatty sequence for cube root of 3.
(history; published version)
#13 by Michael De Vlieger at Tue Jan 16 13:21:55 EST 2024
STATUS

reviewed

approved

#12 by Michel Marcus at Tue Jan 16 13:12:32 EST 2024
STATUS

proposed

reviewed

#11 by G. C. Greubel at Tue Jan 16 00:13:50 EST 2024
STATUS

editing

proposed

#10 by G. C. Greubel at Tue Jan 16 00:13:45 EST 2024
FORMULA

a(n) = floor((n+1)*3^(1/3)) - floor(n*3^(1/3)).

PROG

(Magma)

A081129:= func< n | Floor((n+1)*3^(1/3)) - Floor(n*3^(1/3)) >;

[A081129(n): n in [0..120]]; // G. C. Greubel, Jan 15 2024

(SageMath)

def A081129(n): return floor((n+1)*3^(1/3)) - floor(n*3^(1/3))

[A081129(n) for n in range(121)] # G. C. Greubel, Jan 15 2024

CROSSREFS
STATUS

approved

editing

#9 by Harvey P. Dale at Wed Apr 06 10:30:18 EDT 2022
STATUS

editing

approved

#8 by Harvey P. Dale at Wed Apr 06 10:30:14 EDT 2022
LINKS

Harvey P. Dale, <a href="/A081129/b081129.txt">Table of n, a(n) for n = 0..1000</a>

STATUS

approved

editing

#7 by Harvey P. Dale at Wed Apr 06 10:29:04 EDT 2022
STATUS

editing

approved

#6 by Harvey P. Dale at Wed Apr 06 10:29:01 EDT 2022
MATHEMATICA

Differences[Floor[Range[0, 110]Surd[3, 3]]] (* Harvey P. Dale, Apr 06 2022 *)

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:39:16 EDT 2012
AUTHOR

_Benoit Cloitre (benoit7848c(AT)orange.fr), _, Apr 16 2003

Discussion
Fri Mar 30
18:39
OEIS Server: https://oeis.org/edit/global/216
#4 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
KEYWORD

nonn,new

nonn

AUTHOR

Benoit Cloitre (abmtbenoit7848c(AT)wanadooorange.fr), Apr 16 2003