(Translated by https://www.hiragana.jp/)
The On-Line Encyclopedia of Integer Sequences® (OEIS®)
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!)

Revision History for A024182

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A024182 Integer part of ((4th elementary symmetric function of 2,3,...,n+4)/(3rd elementary symmetric function of 2,3,...,n+4)).
(history; published version)
#22 by N. J. A. Sloane at Fri Mar 24 17:42:00 EDT 2023
STATUS

proposed

approved

#21 by Michael Somos at Thu Mar 23 20:19:27 EDT 2023
STATUS

editing

proposed

#20 by Michael Somos at Thu Mar 23 20:19:18 EDT 2023
FORMULA

a(n) = floor(n*(n + 5)/8) for all n in Z. - Michael Somos, Mar 23 2023

EXAMPLE

G.f. = x^2 + 3*x^3 + 4*x^4 + 6*x^5 + 8*x^6 + 10*x^7 + ... - Michael Somos, Mar 23 2023

MATHEMATICA

a[ n_] := Quotient[n^2 + 5*n, 8]; (* Michael Somos, Mar 23 2023 *)

PROG

(PARI) {a(n) = (n^2 + 5*n)\8}; /* Michael Somos, Mar 23 2023 */

STATUS

approved

editing

Discussion
Thu Mar 23 20:19
Michael Somos: Added more info.
#19 by Bruno Berselli at Mon May 21 06:41:11 EDT 2018
STATUS

reviewed

approved

#18 by Joerg Arndt at Mon May 21 05:24:40 EDT 2018
STATUS

proposed

reviewed

#17 by Colin Barker at Mon May 21 04:49:22 EDT 2018
STATUS

editing

proposed

#16 by Colin Barker at Mon May 21 04:48:07 EDT 2018
FORMULA

Empirical g.f.: x^2*(x^6-2*x^5+2*x^4-2*x^3+x^2-1) / ((x-1)^3*(x^2+1)*(x^4+1)). - Colin Barker, Aug 16 2014

STATUS

proposed

editing

Discussion
Mon May 21 04:49
Colin Barker: I adapted the gf.
#15 by Muniru A Asiru at Sun May 20 15:17:51 EDT 2018
STATUS

editing

proposed

#14 by Muniru A Asiru at Sun May 20 15:17:25 EDT 2018
MAPLE

seq(floor((1/120)*n*(15*n^4+330*n^3+2765*n^2+10482*n+15208)/((n+6)*(n^2+11*n+32))), n=1..50); # Muniru A Asiru, May 20 2018

PROG

(GAP) List([1..50], n->Int((1/120)*n*(15*n^4+330*n^3+2765*n^2+10482*n+15208)/((n+6)*(n^2+11*n+32)))); # Muniru A Asiru, May 20 2018

STATUS

proposed

editing

#13 by Ivan Neretin at Sun May 20 13:43:56 EDT 2018
STATUS

editing

proposed

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 August 26 20:18 EDT 2024. Contains 375462 sequences. (Running on oeis4.)