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!)
A025221 [ 4th elementary symmetric function of sqrt(k+1) ], k = 1,2,...,n. 1
10, 70, 266, 763, 1835, 3911, 7614, 13820, 23709, 38835, 61192, 93292, 138244, 199846, 282674, 392185, 534822, 718122, 950838, 1243061, 1606347, 2053855, 2600487, 3263034, 4060332, 5013417, 6145691, 7483098, 9054291, 10890824, 13027333 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
LINKS
MAPLE
SymmPolyn := proc(L::list, n::integer)
local c, a, sel;
a :=0 ;
sel := combinat[choose](nops(L), n) ;
for c in sel do
a := a+mul(L[e], e=c) ;
end do:
a;
end proc:
A025221 := proc(n)
local k ;
[seq(sqrt(k+1), k=1..n)] ;
SymmPolyn(%, 4) ;
floor(%) ;
end proc: # R. J. Mathar, Sep 23 2016
CROSSREFS
Sequence in context: A130548 A160662 A090084 * A271040 A005567 A174434
KEYWORD
nonn
AUTHOR
EXTENSIONS
9 more terms from R. J. Mathar, Sep 23 2016
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)