(Translated by https://www.hiragana.jp/)
A024182 - 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!)
A024182 Integer part of ((4th elementary symmetric function of 2,3,...,n+4)/(3rd elementary symmetric function of 2,3,...,n+4)). 1
0, 1, 3, 4, 6, 8, 10, 13, 15, 18, 22, 25, 29, 33, 37, 42, 46, 51, 57, 62, 68, 74, 80, 87, 93, 100, 108, 115, 123, 131, 139, 148, 156, 165, 175, 184, 194, 204, 214, 225, 235, 246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
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
a(n) = floor(1/120 n (15 n^4 + 330 n^3 + 2765 n^2 + 10482 n + 15208)/(n + 6)(n^2 + 11 n + 32)). - Ivan Neretin, May 20 2018
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
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
MATHEMATICA
Table[Floor[1/120 n (15 n^4 + 330 n^3 + 2765 n^2 + 10482 n + 15208)/(n + 6)/ (n^2 + 11 n + 32)], {n, 42}] (* Ivan Neretin, May 20 2018 *)
a[ n_] := Quotient[n^2 + 5*n, 8]; (* Michael Somos, Mar 23 2023 *)
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
(PARI) {a(n) = (n^2 + 5*n)\8}; /* Michael Somos, Mar 23 2023 */
CROSSREFS
Sequence in context: A088071 A247422 A256698 * A301752 A173339 A064269
KEYWORD
nonn
AUTHOR
EXTENSIONS
Missing a(1)=0 added by Ivan Neretin, May 20 2018
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 August 26 17:36 EDT 2024. Contains 375462 sequences. (Running on oeis4.)