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.

A221979 Partial sums of primes of the form (n+1)^7 - n^7.

This page as a plain text file.
%I A221979 #10 Jul 09 2024 19:21:18
%S A221979 127,14324,557931,1831540,4517357,9734388,26079025,167982242,
%T A221979 2096276793,10354981402,24379848623,47195272710,78109546591,
%U A221979 169264277168,285424955019,468934979410,749602296677,1302535107108,2819580695167,4457920826414
%N A221979 Partial sums of primes of the form (n+1)^7 - n^7.
%C A221979 Partial sums of primes equal to the difference of two consecutive seventh powers (x+1)^7 - x^7 = 7x(x+1)(x^2+x+1)^2+1  (A121618). Values of x = A121619 - 1.  Number of primes equal (x+1)^7 - x^7  < 10^(n) in A221977. Partial sums of number of primes of the form (x+1)^7 - x^7 have similar characteristics to similar sequences for natural primes (A007504), cuban primes (A221793) and primes of the form (x+1)^5 - x^5 (A221848).
%H A221979 Vladimir Pletser, <a href="/A221979/b221979.txt">Table of n, a(n) for n = 1..1000</a>
%t A221979 Accumulate[Select[Differences[Range[80]^7],PrimeQ]] (* _Harvey P. Dale_, Jul 09 2024 *)
%K A221979 nonn,easy
%O A221979 1,1
%A A221979 _Vladimir Pletser_, Feb 02 2013