cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A358004 Sum of the first n prime numbers with each term raised to the power of the corresponding n-th row of Pascal's triangle.

This page as a plain text file.
%I A358004 #12 Nov 22 2022 22:49:22
%S A358004 2,5,16,161,18120,292402183,83969544989433334,
%T A358004 2810244063625364115255545874032279213
%N A358004 Sum of the first n prime numbers with each term raised to the power of the corresponding n-th row of Pascal's triangle.
%F A358004 a(n) = Sum_{k=1..n} prime(k)^binomial(n-1,k-1).
%e A358004 a(2) = 2^1 + 3^2 + 5^1 = 16.
%e A358004 a(5) = 2^1 + 3^4 + 5^6 + 7^4 + 11^1 = 18120.
%Y A358004 Cf. A000040, A007318, A007443.
%K A358004 nonn
%O A358004 1,1
%A A358004 _Philip Trett_, Oct 24 2022