Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A271324

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

Showing entries 1-10 | older changes
a(n) = n + floor(n/4) + (n mod 4).
(history; published version)
#21 by Joerg Arndt at Mon Jan 30 02:19:16 EST 2023
STATUS

reviewed

approved

#20 by Michel Marcus at Mon Jan 30 02:04:16 EST 2023
STATUS

proposed

reviewed

#19 by Chai Wah Wu at Sun Jan 29 21:37:11 EST 2023
STATUS

editing

proposed

#18 by Chai Wah Wu at Sun Jan 29 21:37:08 EST 2023
PROG

(Python)

def A271324(n): return n+(n>>2)+(n&3) # Chai Wah Wu, Jan 29 2023

STATUS

approved

editing

#17 by Charles R Greathouse IV at Thu Sep 08 08:46:16 EDT 2022
PROG

(MAGMAMagma) [n + Floor(n/4) + (n mod 4): n in [0..80]];

Discussion
Thu Sep 08
08:46
OEIS Server: https://oeis.org/edit/global/2944
#16 by Bruno Berselli at Thu Apr 07 08:04:08 EDT 2016
STATUS

editing

approved

#15 by Bruno Berselli at Thu Apr 07 08:03:52 EDT 2016
LINKS

Bruno Berselli, <a href="/A271324/b271324.txt">Table of n, a(n) for n = 0..1000</a>

#14 by Bruno Berselli at Thu Apr 07 07:49:01 EDT 2016
FORMULA

GO.g.f.: x*(2 + 2*x + 2*x^2 - x^3)/((1 - x)^2*(1 + x + x^2 + x^3)).

E.g.f.: ((6 + 5*x)*sinh(x) + (3 + 5*x)*cosh(x) - 3*(sin(x) + cos(x)))/4.

STATUS

approved

editing

#13 by N. J. A. Sloane at Mon Apr 04 12:20:47 EDT 2016
STATUS

proposed

approved

#12 by Bruno Berselli at Mon Apr 04 12:19:16 EDT 2016
STATUS

editing

proposed