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!)
A025195 [ 4th elementary symmetric function of {sqrt(k)} ], k = 1,2,...,n. 1
4, 35, 144, 442, 1120, 2491, 5027, 9405, 16562, 27752, 44608, 69217, 104194, 152764, 218848, 307162, 423311, 573901, 766646, 1010488, 1315718, 1694111, 2159055, 2725697, 3411089, 4234341, 5216779, 6382114, 7756607, 9369254 (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:
A025195 := proc(n)
[seq(sqrt(k), k=1..n)] ;
SymmPolyn(%, 4) ;
floor(%) ;
end proc: # R. J. Mathar, Sep 23 2016
CROSSREFS
Sequence in context: A185592 A296280 A011195 * A350407 A362346 A005552
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Aug 16 2019
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)