| Bytes | Lang | Time | Link |
|---|---|---|---|
| 024 | TIBASIC TI84 Plus CE Python | 250819T133820Z | madeforl |
| 033 | AWK | 241203T193818Z | xrs |
| 023 | Uiua | 240620T101221Z | Joonas |
| 007 | vemf | 240620T123151Z | taswelll |
| nan | Pxem | 240620T113345Z | 鳴神裁四点一号 |
| 031 | Desmos | 231122T025148Z | Youserna |
| 017 | TIBASIC | 231122T024357Z | Youserna |
| 007 | Uiua | 231121T080939Z | chunes |
| 255 | Nibbles | 230622T111634Z | Dominic |
| 024 | Befunge98 PyFunge | 230622T064520Z | Jo King |
| 018 | jq | 230622T003710Z | don_aman |
| 040 | C clang | 230621T205454Z | c-- |
| 065 | sed 4.2.2 | 230621T202237Z | Yelp |
| 046 | Swift | 230621T185416Z | Bbrk24 |
| 004 | Thunno 2 s | 230621T163238Z | The Thon |
| 033 | JavaScript Node.js | 230621T181025Z | noodle p |
| 056 | C gcc | 230118T182623Z | Peter |
| 028 | Arturo | 230118T101133Z | chunes |
| 018 | Ly | 220219T081011Z | cnamejj |
| 009 | Risky | 210724T215237Z | Adam |
| 058 | tinylisp | 220204T161641Z | Giuseppe |
| 010 | Pip | 200829T130036Z | Razetime |
| 3037 | TIBASIC | 210725T201939Z | orangey |
| 019 | Julia 1.0 | 201119T135755Z | MarcMush |
| 005 | Vyxal s | 210602T041809Z | wasif |
| 023 | Factor + math.unicode | 210602T034328Z | chunes |
| 004 | Stax | 201120T052048Z | Razetime |
| 004 | Jelly | 201120T045150Z | Unrelate |
| 029 | PowerShell Core | 201120T033021Z | Julian |
| 013 | K oK | 200713T160330Z | mkst |
| 006 | Japt h | 201119T114822Z | Shaggy |
| 009 | Charcoal | 200711T110022Z | Neil |
| 026 | MAWP | 200825T103258Z | Razetime |
| 027 | Befunge98 PyFunge | 200711T073720Z | ovs |
| 407 | Pyramid Scheme | 200804T100504Z | Jo King |
| 029 | Perl 6 | 200804T040344Z | sugarfi |
| 019 | Ruby | 200802T104909Z | Razetime |
| 053 | C gcc | 200731T161022Z | kaadmy |
| 045 | Rust | 200731T201211Z | TehPers |
| 016 | Wolfram Language Mathematica | 200711T214700Z | att |
| 009 | MATL | 200731T151116Z | Mukundan |
| 1619 | Pyramid Scheme | 200725T231531Z | MarcinKo |
| 022 | Scala | 200723T155623Z | user |
| 058 | Lua | 200722T185323Z | val - di |
| 025 | excel | 200721T182227Z | Conor Ja |
| 051 | Emacs Lisp with dash library | 200712T122342Z | Daanturo |
| 021 | Raku | 200716T011132Z | Jo King |
| 013 | Golfscript | 200715T173738Z | psIQos |
| 021 | dc | 200715T161458Z | Sandra |
| 3320 | Q'Nial | 200714T220156Z | M L |
| 019 | Perl 5 + pi | 200714T122053Z | msh210 |
| 035 | R | 200713T153101Z | Robin Ry |
| 041 | Clojure | 200713T223409Z | M Smith |
| 018 | x8616 machine code | 200712T204307Z | 640KB |
| 017 | Haskell | 200711T094313Z | xnor |
| 005 | Jelly | 200713T113445Z | Jonathan |
| 081 | SimpleTemplate | 200713T090325Z | Ismael M |
| 040 | TSQL | 200713T084528Z | t-clause |
| 005 | APL Dyalog Unicode | 200713T075936Z | Bubbler |
| 009 | APL Dyalog Extended | 200713T073148Z | Adá |
| 031 | Io | 200711T081656Z | user9206 |
| 005 | 05AB1E | 200711T082449Z | user9206 |
| 020 | Raku | 200713T020304Z | user0721 |
| 041 | PHP | 200712T171109Z | 640KB |
| 036 | Vimscript 36 Bytes | 200711T221017Z | Jhal |
| 025 | Zsh | 200711T214846Z | GammaFun |
| 007 | Pyth | 200711T164757Z | Mukundan |
| 023 | JavaScript ES6 | 200711T092726Z | Arnauld |
| 031 | Retina 0.8.2 | 200711T112529Z | Neil |
| 027 | Python 3 | 200711T103005Z | Noodle9 |
| 027 | Python 3 | 200711T102734Z | Mukundan |
| 003 | J | 200711T095633Z | xash |
| 019 | Wolfram Language Mathematica | 200711T085118Z | ZaMoC |
| 007 | Japt | 200711T082758Z | Mukundan |
| 019 | Perl 5 + pa MListUtil+sum | 200711T072150Z | Dom Hast |
TI-BASIC (TI-84 Plus CE Python), 24 bytes
Input L₁
Input N
L₁(dim(L₁
Ans+sum(L₁N)-AnsN
AWK, 39 33 bytes
{for(;i++<NF-2;)x+=$i}$0=x*$NF+$i
{for(i=NF-1;--i;)s+=$i}$0=s*$NF+$(NF-1)
{for(i=NF-1;--i;) # skip last two numbers
s+=$i} # sum
$0= # set output
s*$NF # multiply by last number
+$(NF-1) # add second to last
vemf, 7 bytes
├¡╤1«╓ë
Function that takes A as a left argument, and N as a right argument. the mixed-radix Decode ë needs for some reason a full radix list like 31415 ë 1111Φ. ¡╤1« is just a cheeky trick to get the list at the right
31415┘(¡╤1«)Φ
¡ → ΦΦΦΦΦ "Translate" index each α in β. but β is a scalar so it's α╕►β
╤1 → Φ1111 Scan constant ends up modifying all but the first one
« → 1111Φ Shift that one to the right. ♠ would work too
A solution using reduce (α»╧├,èβ or α»╧│*β╙+) ends up being about the same because of dealing with binding N, and right folds are annoying. Try it online
Pxem, 0 + 95 = 95 bytes
Filename
.w.t.m.+._.c.a.s.m.-._.!.m.+.n
Usage
Each item in A, end with 0, then N
How it works
Store A[i] or 0.
._
Break loop if 0 is given.
.w .c.a
Remember previous A[i]. Sum each item in A so far.
.t.m.+
Subtract last item from that sum.
.s.m.-
Get N to multiply.
._.!
Add last item of A to output the result.
.m.+.n
TI-BASIC, 17 bytes
Input N
Nsum(Ans)-(N-1)Ans(dim(Ans
Takes input of \$A\$ in Ans.
Alternatives that are also 17 bytes:
Input N
sum(Ansmax(1,N(N>cumSum(1 or Ans
Input N
sum(AnsNaugment(1 or ΔList(Ans),{N⁻¹
Uiua, 7 bytes
/+⍜↘ׯ1
/+⍜↘ׯ1
¯1 # push negative one
⍜↘× # multiply all but last element by input
/+ # sum
Nibbles, 2.5 bytes (5 nibbles)
/@+*_
/@+*_ # full program
/@+*_$@ # with implicit args added;
/ # fold from right over
@ # arg2
# with function:
+ # add
* # the product of
_ # arg1
$ # and the left-hand element
@ # to the right-hand element
Befunge-98 (PyFunge), 24 bytes
j&0#v&:61p+2
g+.@>'.-*61
Ended up converging on a similar layout to ovs' answer, though with a different strategy:
Explanation:
&0 Read numeric input (n) and push a zero on top as sum
# Skip into the main loop
&:61p+ Read a number in, save a copy in (6,1) and add it to the sum
j 2 Jump over the initialisation and continue the loop
v& When we're out of input, go to the next line
At this point, our stack looks like `n sum`
>'.- Retrieve our saved last value and subtract it from the sum
* Multiply by n
g+ 61 Retrieve our saved value and add it back to the sum
.@ Print and exit
sed 4.2.2, 65 bytes
s/<(!*)><(!*)>$/%\2%\1/
s/><//g
:a
s/!>%(!*)%/>%\1%\1/
ta
s/.*%//
Input is a list exclamation marks surrounded by <>. n is given as the last element of the list. Output is just exclamation marks.
Example where A = [3,1,4,1,5] and n = 1:
<!!!><!><!!!!><!><!!!!!><!> => !!!!!!!!!!!!!!
Swift, 46 bytes
{a,n in a.dropLast().reduce(a.last!){$0+n*$1}}
Type signature: <C: BidirectionalCollection where C.Element: Numeric>(C, C.Element) -> C.Element. (That syntax isn't quite legal Swift for lack of generic lambdas, but you know what I mean.)
For each element ($1) in a except the last one, add n*$1 to the running total. The total starts at a.last instead of zero.
Thunno 2 s, 4 bytes
×Ẹ¹÷
Thunno 2, 5 bytes
µʋ¹×+
Suggested by @noodleman.
Explanation
×Ẹ¹÷ # Implicit input
× # Multiply each item in the list by the number
Ẹ # Dump onto stack, last item on top
¹÷ # Divide this number by the second input
# Implicit output of summed stack
µʋ¹×+ # Implicit input
µʋ # Right-reduce the input list by:
¹× # Multiply by the second input
+ # And add this to the cumulative total
# Implicit output
JavaScript (Node.js), 33 bytes
n=>a=>a.reduceRight((x,c)=>x+c*n)
Not as short as the eval solution but uses a very similar method.
C (gcc), 56 bytes
s,i;f(v,l,f)int*v;{for(i=0;i<l-1;s+=v[i++]);return s*f;}
f takes a vector (v), the length of the vector (l) and the factor to multiply the vector with (f) as arguments. It sums up the values in the vector, except for the last one (in s) and returns the sum multiplied by the factor.
Arturo, 28 bytes
$[a,n][+last a n*sum chop a]
$[a,n][ ; a function taking args a and n
+last a ; add the last elt in a to
n*sum chop a ; n times the sum of a without its last elt
] ; end function
Ly, 18 bytes
&n&spp&+>l<s>l*+u;
&n - read all the numbers into the stack
&s - save the entire stack to the backup cell
pp - delete top two entries on the stack
&+ - sum the stack
>l - switch to clean stack, load original input
<s - switch back, save summary to backup cell
>l - switch stacks, load save sum of 2nd to N entries
* - multiple top two entries on stack
+ - add top two stack entries
u - print top of stack as a number
; - exit the code to avoid printing the rest of the stack
tinylisp, 58 bytes
(load library
(d S(q((A N)(i(t A)(a(*(h A)N)(S(t A)N))(h A
tinylisp, 78 65 bytes
(d S(q((A N)(i(t A)(i(h A)(a(S(c(s(h A)1)(t A))N)N)(S(t A)N))(h A
Solution without using library, which is only for *.
-13 bytes thanks to DLosc
TI-BASIC, 30 bytes (on-calc) / 37 bytes (as text)
Assumes list variable L₁ contains the array and variable N contains n.
dim(L₁
Nsum(L₁,1,Ans-1)+L₁(Ans
Explanation
dim(L₁: Get the size of L₁, to be used in the next line asAns.Nsum(L₁,1,Ans-1)+L₁(Ans: Thesum(function has optional arguments to specify the beginning and end of a region of the list to be summed. The sum is implicitly multiplied by N, then added to the last element of the list, and implicitly printed.
Closing parentheses can be left out at the end of lines in TI-BASIC.
Jelly, 4 bytes
Ṫṭ×S
Ṫ Pop the last element of the left argument,
ṭ append it to
× the right argument times what's left of the left argument,
S and sum.
A more fun solution, which borrows Jonathan Allan's base conversion trick:
Jelly, 5 bytes
S,¥/ḅ
/ Reduce the left argument by
, pair right with
S ¥ the sum of left,
ḅ and convert from base right.
Bonus: Ä-.ịḅ’} is a whole 7 bytes, and doesn't even work if the left argument only has one element, but it's just kind of funny.
PowerShell Core, 29 bytes
param($a,$b)$a-join"*$b+"|iex
^ inspired by Arnauld's solution
My original one
PowerShell Core, 75 bytes
param($a,$b)(($a[($l=$a.Length-1)]+$b*($a[0..($l-1)]-join'+'|iex)),$a)[!$l]
K (oK), 14 13 bytes
Solution:
{*|x+/y*-1_x}
Explanation:
Couldn't figure out a smart way of solving this.
{*|x+/y*-1_x} / the solution
{ } / lambda taking implicity x, y
-1_x / drop (_) 1 element from end of x
y* / multiply by y
x+/ / sum up with x as accumulator
*| / take last (reverse, first)
Notes:
- -1 byte thanks to coltim - thanks!
Charcoal, 10 9 bytes
I⁺⊟θ×η↨θ¹
Try it online! Link is to verbose version of code. Presumably Charcoal has the same problem as IO when it comes to summing empty lists. Edit: saved 1 byte by converting from base 1 instead. Explanation:
θ `A`
⊟ Remove last element
⁺ Added to
θ Remaining elements of `A`
↨ ¹ Take the sum by converting from base 1
× Multiplied by
η `n`
I Cast to string
Implicitly print
MAWP, 26 bytes
%@_2A<\:.>2M3A[1A~M~]%\WM:
Now it works properly on the testcases. Works on MAWP 1.1's integer input.
Befunge-98 (PyFunge), 29 27 bytes
j&10p#v&\10g*\4
_\.@ >+\:#
Try it online! Input is first N, then A. Note that there has to be a trailing space.
Animation of the code:
The pilcrow (¶) represents a newline (value 10) in the grid.
Pyramid Scheme, 407 bytes
^ ^
/l\ /+\
/oop\ ^---^
^-----^ - /x\
/ \ / \ ---
/arg\ /set\
-----^-----^
/2\ /+\
--- ^---^
^- /1\
^- ---
^-
/]\
^---^
/ \ /2\
/set\---
^-----^
/x\ ^-
--- /]\
^---^
^- /#\
/ \ ---^
/set\ / \
^-----^ /arg\
- /+\-----^
^---^ /2\
/*\ - ---
^---^
^- /#\
/x\ ^---
---/ \
/arg\
^-----
/1\
---
Takes input through command arguments, with n as the first argument. This basically implements the algorithm:
i = 2
x = 0
o = 0
while args[i]:
o += x*args[1]
x = args[i]
i += 1
print(o + x)
But with more nesting and some shortcuts, like using the variable 2.
Ruby, 46 19 bytes
->a,n{eval a*"*n+"}
Courtesy of petStorm.
Old answer:
n,*A,l=gets.split(' ').map(&:to_i)
p A.sum*n+l
C (gcc), 53 bytes
Saved 2 bytes thanks to ceilingcat
s;f(a,n)int*a,n;{for(s=0;a[1];s+=*a++);return*a+s*n;}
Rust, 45 bytes
|a,n|a.pop().unwrap()+a.iter().sum::<i64>()*n
The expected argument types are a: &mut Vec<i64> and n: i64.
Wolfram Language (Mathematica), 16 bytes
a___~f~b_=+a#+b&
This one doesn't need a strange-looking input.
Takes input as f[A][n].
older, 17 bytes
#//.a_@b_:>a#2+b&
Takes a singly linked list as input: if X is a value and L is a list, X is the single-element list with element X, and X[L] is the list with element X, followed by the elements of L. For example, 3@1@4@1@5=3[1[4[1[5]]]] is the list with 3, 1, 4, 1, 5.
Per this discussion, we can take the first element with Head, and the tail with Last.
MATL, 9 bytes
*1G0)0Z(s
Explanation
*1G0)0Z(s
* % Multiply the inputs and push it onto the stack
1G % Push first input onto the stack
0) % Replace top stack element with its last element
0Z( % Set last element of multiplied inputs to top element in stack
s % Replace top stack element with its sum
Pyramid Scheme, 7747 3668 1985 1732 1619 bytes
Edits
- -4079 bytes by giving the variables shorter names... 😅
- -1638 bytes by doing some more manual optimisation
- -253 bytes by using more 0-height trees
- -113 bytes because out can output the final result directly
^ ^ ^ ^ ^ ^ ^ ^ ^
/ \ -^ / \ / \ / \ -^ / \ / \ / \
/set\ -^ / do\ /set\ / \ -^ /set\ / \ /out\
^-----^ -^ ^-----^ ^-----^ / set \ -^ ^-----^ / \ -----^
/l\ / \ -^/c\ ^-/n\ ^- ^-------^ -^/i\ ^- / loop \ /+\
--- /arg\^---- ^- --- ^- /N\ /#\^---- ^- ^---------^ ^---^
^------^ / \ /-\ --- ^----^ ^- / \ / \ /s\ /#\
/ \ ^- ^---^ ^---^ / \ ^- ^- /<=>\ ^---^ --- ---^
/99 \ ^- / \ / \ /n\ /1\ /arg\^- ^- ^-----^ / \ / \ / \
----- ^- ^---/ \--- --- ^------^ ^- /i\ /0\ ^---/set\ /arg\
^- / \ -----^ /n\ ^- /-\ --- ---/ \ ^-----^ -----^
^- ^--- / \ --- ^- ^---^ ^---/s\ / \ /-\
^- / \ /set\ ^- /n\ /1\ / \ --- / + \ ^---^
^- /set\ ^-----^ / \ --- --- ^--- ^-----^ /n\ /1\
^- ^-----^ /c\ /!\ /set\ / \ /s\ /*\ --- ---
-^ /n\ /+\ --- ^--- ^-----^ /set\ --- ^---^
/ \ --- ^---^ /=\ /s\ /0\ ^-----^ /#\ /N\
/set\ /n\ /1\ ^---^ --- --- /i\ /-\ ^--- ---
^-----^ --- --- / \ /l\ --- ^---^ / \
/n\ /0\ /arg\--- /i\ /1\ /arg\
--- --- ^----- --- --- ^-----
/n\ /i\
--- ---
Explanation
(set nil (arg 99)) // Make nil
// Count the number of input arguments - n
(set nargin 0)
(do
cond
(
(set nargin (+ nargin 1))
(set cond (! (= (arg nargin) nil)))
)
)
(set nargin (- nargin 1))
(set N (# (arg nargin))) // N - the number all but last of the array elements is getting multiplied by
// Add all but last elements of A
(set sum 0)
(set i (- nargin 1))
(loop
(<=> i 0)
(
(set i (- i 1))
(set sum (+ sum (* (# (arg i)) N))) // A[i] multiplied by N
)
)
(set sum (+ sum (# (arg (- nargin 1))))) // Add the last element of A
(out sum) // Print
Lua, 58 bytes
r,t=0,{...}for i=2,#t-1 do
r=r+t[i]end print(r*t[1]+t[#t])
Having almost no array functions, Lua doesn't do too well in this challenge.
excel, 25 bytes
Enter A followed by n in one column, followed by this formula
=SUM(R1:R[-3])*R[-1]+R[-2]
Emacs Lisp with dash library: 38 51 bytes
(lambda(n A)(+(car(last A))(* n(-sum(butlast A)))))
(38 bytes was the function body' size only.)
Raku, 21 bytes
{*.join("*$_+").EVAL}
This works the same as the Perl 5 answer and also works with non-mutable lists, unlike the existing Raku answer, which is only one byte smaller than this.
Note: My previous answer of the same size does not work for singleton lists, which I've lodged an issue about.
Golfscript, 13 bytes
~:i;-1%{i*+}*
Explanation:
~ to convert string input to array and integer on stack. :i; assigns \$n\$ to i and pops value. -1% reverses the array and {i*+}* folds the array with (a, b) -> a*n + b
dc, 21 bytes
ss0[+z2<o]dso0rx*ls+p
Examples:
dc -e '10 3 1 4 1 5 ss0[+z2<o]dso0rx*ls+p'
95
dc -e '1 3 1 4 1 5 ss0[+z2<o]dso0rx*ls+p'
14
dc -e '999 1 ss0[+z2<o]dso0rx*ls+p'
1
Q'Nial, 33 bytes (20 bytes without operator definition)
s is op n a{+link[n*front,last]a} %full operator definition
+link[n*front,last]a %simple function
Explanation:
+ sum, reduce by +
link list of the items of the argument
[ atlas (argument of link operation), point-free notation
n* n *
front all elements but the last of the argument
,
last last element of the argument
] end atlas
a array a (argument of atlas)
Intermediate results, for n=10 and a=3 1 4 1 5
10 s 3 1 4 1 5
or
s 10 (3 1 4 1 5)
or
+link[10*front,last]3 1 4 1 5
[n*front,last] a
+-------------+-+
|+--+--+--+--+|5|
||30|10|40|10|| |
|+--+--+--+--+| |
+-------------+-+
link[n*front,last] a
+--+--+--+--+-+
|30|10|40|10|5|
+--+--+--+--+-+
+link[n*front,last]a
95
Perl 5 + -pi, 19 bytes
s/,/*$^I+/g;$_=eval
For example, for multiplicand 10, perl -pi10 -e's/,/*$^I+/g;$_=eval
Try it online. Idea stolen from this J answer. Accuracy improved by Dom Hastings in comments on this answer (many thanks!).
R, 37 36 35 bytes
-2 bytes with help from Giuseppe
function(l,n)rev(l)%*%n^(seq(!l)>1)
Reverse the vector, and perform dot product with the vector \$(n^0, n^1, n^1, \ldots,n^1) = (1, n, n,\ldots, n)\$.
I just discovered this behaviour of seq, which gains 1 byte on item 4 of this tip: seq(!l) is equivalent to seq(along.with = l) (giving the vector 1 2 3 ... length(l)) in all situations, even if l is of length 1. That is because !l is a logical, not an integer, and so we avoid the call to seq.int when l is a (length 1) integer.
x86-16 machine code, 18 bytes
33 DB XOR BX, BX ; clear running sum
49 DEC CX ; decrement array length
74 09 JZ ADD_LAST ; handle array length of 1 case
LOOP_SUM:
AD LODSW ; load next value into AX
03 D8 ADD BX, AX ; BX = BX + AX
E2 FB LOOP LOOP_SUM ; keep looping
93 XCHG AX, BX ; move sum into AX
F7 E2 MUL DX ; DX:AX = AX * DX
93 XCHG AX, BX ; move result back to BX
ADD_LAST:
AD LODSW ; load last value into AX
03 C3 ADD AX, BX ; AX = AX + BX
C3 RET ; return to caller
As a callable function: [SI] to input array, CX array length, DX = N. Output to AX.
Rather than make an elaborate test program, here's it being run using DOS DEBUG, entering the input array into memory and setting registers as they would be called:
Explanation of above:
Enter input array into memory address DS:200 as 16-bit, little-endian words:
-e 200 3 0 1 0 4 0 1 0 5 0
Point SI to this input array:
-r SI
:200
Set CX to array's length:
-r CX
:5
Set N to 10 (0xA in hex):
-r DX
:A
Execute and stop before last instruction (RET will "return to DOS" and clobber registers):
-g 111
Result is AX=005F or 95 in decimal.
Haskell, 17 bytes
foldr1.((+).).(*)
It turns out this this was close to a port of the intended J solution. The pointfree function ((+).).(*) takes the argument n to the map \a b->a*n+b, that is, to add n times the left value to the right value. This creates the same "verb" as J used, and the foldr1 does the same a J's automatic right to left evaluation. It starts with the rightmost value in the list, which never gets multiplied by n, and applies it right-to-left, effectively increasing the sum so far with n times to the new element.
Jelly, 5 bytes
ṪṭSƊḅ
A dyadic Link accepting a list of numbers on the left and a number on the right which yields a number.
ṪṭSƊḅ - Link: list of numbers, A; number n
Ɗ - last three links as a monad - f(A):
Ṫ - remove the tail (of A) and yield its value
S - sum (the remaining elements in A)
ṭ - tack -> [sum_of_remaining, tail]
ḅ - convert from base (n) -> n×sum_of_remaining+1×tail
SimpleTemplate, 81 bytes
It's fairly chunky :/
Mostly due to limitations in my language...
{@eachargv.0}{@ifloop.last is equal0}{@set*_ _,argv.1}{@/}{@incby_ R}{@/}{@echoR}
Takes a string of numbers or an array as the first argument, and the n as the 2nd argument.
You can try this on http://sandbox.onlinephpfunctions.com/code/4c7290781560c876ff1e72e5d1680ed7b98861a3
Ungolfed:
The code above is a little weird to read...
Here's a more readable version:
{@set result 0}
{@each argv.0 as number}
{@if loop.last is equal to false}
{@set* number number, argv.1}
{@/}
{@inc by number result}
{@/}
{@echo result}
Notes:
{@set result 0}is optional, as{@inc}will create the variable, if it doesn't exist{@each argv.0 as number}doesn't need need theas number, defaulting to the variable_to store values{@if loop.last is equal to false}uses the special variableloopto know if it is the last item in the{@each}Also,falseis the same as0.{@set* number number, argv.1}multipliesnumberwithargv.1and stores it insidenumber. Ifnumberwas an array, it would multiply with all the values.{@inc by number result}will increment the variableresultbynumber(effectivelly,result = result + number){@/}is usually optional, but, with this code, they are all required.
T-SQL, 40 bytes
I am using a table instead of an array, sql doesn't have arrays
The test uses a temporary table instead of a real table, because of lack of permissions to create a table.
SELECT sum(a*@-i/@@rowcount*a*~-@)FROM t
APL (Dyalog Unicode), 5 bytes
+⍣⎕/⎕
A full program, which pretty much works like the 3-byte J solution. Takes two lines of input, \$A\$ first and \$n\$ second.
How it works
+⍣⎕/⎕
⎕ ⍝ Take the input A
/ ⍝ Reduce by...
+ ⍝ Add the left argument
⍣⎕ ⍝ n times
For n=10 and A = 3 1 4 1 5, this becomes:
+⍣10/3 1 4 1 5
3 (+⍣10) 1 (+⍣10) 4 (+⍣10) 1 (+⍣10) 5
3 added 10 times to
1 added 10 times to
4 added 10 times to
1 added 10 times to
5
APL (Dyalog Extended), 8 bytes
1¨⍛,⊥0,⊣
A longer but more interesting one. A tacit dyadic function that takes \$A\$ on its left and \$n\$ on the right.
Uses mixed base conversion ⊥, which does the following:
Base: 1 1 1 ... 1 n
Digit value: n n n ... n 1
Array value: 0 a1 a2 ... ax-1 ax
Total: a1n + a2n + ... + ax-1n + ax
How the code works
1¨⍛,⊥0,⊣ ⍝ Input: left=A, right=n
1¨ ⍝ An array of ones as long as A
⍛, ⍝ Append n, which becomes the base
0,⊣ ⍝ A prepended with single zero, which becomes the values
⊥ ⍝ Mixed base conversion as described above
APL (Dyalog Extended), 9 bytes (SBCS)
Anonymous tacit infix function. Takes \$A\$ as left argument and \$n\$ as right argument.
⊢/+.×+×∘~
×∘~ \$A×(1-n)\$
+.×+ \$\big(\sum_{i=1}^N A_i×n\big)+\$
⊢/ rightmost element (lit. right-argument reduction)
So this effectively implements: $$ \Bigg(\bigg(\sum_{i=1}^N A_i×n\bigg)+A×(1-n)\Bigg)_N\\ \bigg(\sum_{i=1}^N A_i×n\bigg)+A_N×(1-n)\\ \bigg(\sum_{i=1}^N A_i×n\bigg)+A_N-n×A_N\\ \bigg(\sum_{i=1}^{N-1} A_i×n\bigg)+A_N $$
Io, 31 bytes
Saves a byte over the 32 byte solution. But it's boring.
method(a,N,a sum*N-a pop*(N-1))
Explanation
method(a, N,
a sum * N // Sum the input, multiply by N
- a pop * (N - 1) // Minus the last item, multiplied by N - 1
)
Io, 32 bytes
Just as comparison
method(a,N,a push(a pop/N)sum*N)
Explanation
method(a, N,
a pop // Extract the last item from the input list
/N // Divide it by N
a push( ) // And then put it back into the original list
sum // Sum the list
*N // Multiply the value by N
)
05AB1E, 5 bytes
-2 bytes thanks to @KevinCruijssen.
*`²÷O
Explanation
* Multiply list by second operand
` Dump
÷ Divide the last item by
² the second operand
O Sum the stack
05AB1E, 7 bytes
„²*ý.VO
Explanation
„ 2-char string
²* (Which does when evaluated) Multiply by the second input
ý Join the input list by this
.V Evaluate
O Sum the resulting stack
Raku, 20 bytes
{@^a.pop+$^b*@a.sum}
By using twigils, @^a matches the first arg (the array), and $^b the second (the multiplier).
Vimscript 36 Bytes
Disgusted to report that Arnauld's solution also works for vimscript.
let F={a,n->eval(join(a,"*".n."+"))}
Zsh, 25 bytes
n=`<&0`
<<<$[0${@/#/*n+}]
Takes the list as arguments and N on stdin. Inspired by the JS answer. Prefix each element with *n+ and $[evaluate arithmetically]. We have to add a 0 to the start as well. This is one byte shorter than using the join flag <<<$[${(j:*n+:)@}]
Zsh -P, 24 bytes
a=(0 \*`<&0`+$@)
<<<$[a]
Alternate solution using the -P flag, which enables RC_EXPAND_PARAM to do the same thing.
Pyth, 7 bytes
+*sPQEe
Explanation
+*sPQEe
Q # First input
P # Remove the last element
s # Sum elements
* E # Multiply by the second input
+ e # Add the last element of the first input
JavaScript (ES6), 28 23 bytes
Saved 3 bytes thanks to @Mukundan314
Expects (A)(n).
A=>n=>eval(A.join`*n+`)
How?
We simply join the input array with "*n+", so that [1,2,3] is turned into "1*n+2*n+3" and evaluate the resulting string.
Retina 0.8.2, 31 bytes
\d+
$*
1(?=.*,1*;(1*)|1*$)
$1
1
Try it online! Link includes test cases. Explanation:
\d+
$*
Convert to unary.
1(?=.*,1*;(1*)|1*$)
$1
Multiply all but the last element of A by n and delete A.
1
Take the sum and convert to decimal.
J, 3 bytes
That was fun to find.
&+/
How it works
10 (&+/) 3 1 4 1 5 will bind 10 as an argument of + as 10&+, one verb that gets inserted between the elements of the list by /. So we have: 3 (10&+) 1 (10&+) 4 (10&+) 1 (10&+) 5. Now x n&v y means that y gets applied to n&v for x times. With J's right to left evaluation we get: to 5 add 1 times 10, add 4 times 10, add 1 times 10, add 3 times 10. A challenge made for J's stranger parts. :-) And because + is commutative, +&/ would also be a valid solution.
Japt, 7 bytes
o +V*Ux
Explanation
o +V*Ux
o // Pop and return last element of first input
+ // plus
V* // second input times
Ux // Sum of first input


