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.

A245591 Cubes which are the sum of twin prime pairs.

This page as a plain text file.
%I A245591 #15 Aug 03 2014 14:57:26
%S A245591 8,216,5268024,59319000,114791256,209584584,543338496,970299000,
%T A245591 1137893184,1177583616,1505060136,1728000000,4065356736,5545233000,
%U A245591 5890514616,7011739944,8947094976,9340607016,10941048000,13824000000,14996130696,17293606056,17657244864,17902480896,20480864256
%N A245591 Cubes which are the sum of twin prime pairs.
%C A245591 All terms starting with 216 are multiples of 216 and final digits are 0, 4, 6. - _Zak Seidov_, Aug 03 2014
%H A245591 Jens Kruse Andersen, <a href="/A245591/b245591.txt">Table of n, a(n) for n = 1..10000</a>
%e A245591 3 and 5 are twin primes and 3 + 5 = 8 = 2^3. So 8 is a member of this sequence.
%o A245591 (PARI) a(N) = for(n=1,N,p=n^3;if(nextprime(p/2)-precprime(p/2)==2&&precprime(p/2)+nextprime(p/2)==p,print1(p,", "))) \\ vary the program's range for any N
%Y A245591 Cf. A037072, A226524, A240169.
%K A245591 nonn
%O A245591 1,1
%A A245591 _Derek Orr_, Jul 26 2014