|
Search: id:A113152
|
|
|
| A113152 |
|
Primes such that sum of any two neighbor terms is a fourth power of an integer. |
|
+0 1
|
|
| 2, 79, 1217, 2879, 7121, 152879, 178897, 12781103, 24233953, 25553183, 29147633, 70852367, 1800921329, 3205490207, 6270364129, 30533756207, 39265770209, 52240479791, 68933130209, 73192853807, 74570506193, 78996293183
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Cf. similar sequences A062064, A062066.
|
|
EXAMPLE
|
2+79=3^4, 79+1217=6^4, etc.
|
|
MATHEMATICA
|
a=2; nn=1; Do[Do[k=n; p=n^4-a; If[PrimeQ[p]&&p>a, Print[p]; Goto[ne]], {n, nn, 100000}]; Label[ne]; nn=k; AppendTo[s, p]; a=p, {j, 40}];
|
|
CROSSREFS
|
Cf. A062064, A062066.
Sequence in context: A008273 A166052 A045484 this_sequence A060051 A100421 A073499
Adjacent sequences: A113149 A113150 A113151 this_sequence A113153 A113154 A113155
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Zak Seidov (zakseidov(AT)yahoo.com), Jan 04 2006
|
|
EXTENSIONS
|
Typo in definition fixed by Michael Porter (michael_b_porter(AT)yahoo.com), Oct 14 2009
|
|
|
Search completed in 0.002 seconds
|