Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152913
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152913 Primes of the form n^4+(n+1)^4. +0
1
17, 97, 337, 881, 3697, 10657, 16561, 49297, 66977, 89041, 149057, 847601, 988417, 1146097, 1972097, 2522257, 2836961, 3553777, 3959297, 4398577, 5385761, 7166897, 11073217, 17653681, 32530177, 41532497, 44048497, 55272097, 61627201 (list; graph; listen)
OFFSET

1,1

COMMENT

Primes in A008514.

Sequence is disjoint to A005385: If n^4+(n+1)^4 is a prime p, then (p-1)/2 = n^4 + 2*n^3 + 3*n^2 + 2*n. (p-1)/2 = 8 for n = 1 and (p-1)/2 is divisible by n for n > 1. In each case (p-1)/2 is not prime.

EXAMPLE

For n=3, n^4+(n+1)^4 = 337 is prime and (337-1)/2 = 168 = 3*56 is not prime.

MATHEMATICA

f[n_]:=n^4+(n+1)^4; lst={}; Do[a=f[n]; If[PrimeQ[a], AppendTo[lst, a]], {n, 0, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 30 2009]

PROGRAM

(MAGMA) [ a: n in [1..80] | IsPrime(a) where a is n^4+(n+1)^4 ];

CROSSREFS

Cf. A008514 (4-dimensional centered cube numbers), A005385 (safe primes p: (p-1)/2 is also prime).

Sequence in context: A103766 A165347 A008514 this_sequence A044268 A044649 A160827

Adjacent sequences: A152910 A152911 A152912 this_sequence A152914 A152915 A152916

KEYWORD

nonn

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Dec 15 2008

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 21 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 19 21:04 EST 2009. Contains 171054 sequences.


AT&T Labs Research