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.

A123269 Sum[ i^j^k, {i,1,n}, {j,1,n}, {k,1,n} ].

This page as a plain text file.
%I A123269 #5 May 15 2013 18:01:20
%S A123269 1,28,7625731729896,
%T A123269 13407807929942597099574024998205985135931742965325158317510351105024878248924471298029103219186757034747676158536830429928105045387310278568778808509188348
%N A123269 Sum[ i^j^k, {i,1,n}, {j,1,n}, {k,1,n} ].
%C A123269 The next term is too large to include.
%C A123269 Prime p divides a(p) for p = {2, 3, 7, 11, 23, 31, 43, 47, 59, 67, 71, 79, ...} = A039787[n] Primes p such that p-1 is squarefree. p^2 divides a(p) for prime p = {2,3}.
%F A123269 a(n) = Sum[ i^j^k, {i,1,n}, {j,1,n}, {k,1,n} ].
%t A123269 Table[Sum[i^j^k,{i,1,n},{j,1,n},{k,1,n}],{n,1,5}]
%o A123269 (PARI) a(n)=sum(i=1,n,sum(j=1,n,sum(k=1,n,i^j^k))) \\ _Charles R Greathouse IV_, May 15 2013
%Y A123269 Cf. A039787. Cf. A086787 - Sum[ i^j, {i, 1, n}, {j, 1, n} ].
%Y A123269 Numbers n that divide a(n) are listed in A124391(n) = {1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 14, 16, 18, 20, 21, 22, 23, 24, 27, 28, 31, ...}.
%K A123269 nonn
%O A123269 1,2
%A A123269 _Alexander Adamchuk_, Oct 09 2006