login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A174156 Numbers n such that n^32+(n+1)^32 is a prime 9
8, 10, 12, 22, 100, 146, 154, 219, 246, 269, 287, 309, 336, 373, 392, 398, 423, 440, 449, 476, 515, 540, 557, 628, 671, 693, 715, 733, 746, 780, 848, 879, 913, 924, 926, 937, 974, 975, 1130, 1191, 1193, 1198, 1204, 1260, 1272, 1316, 1378, 1400, 1414, 1451 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[If[PrimeQ[n^32+(n+1)^32], AppendTo[lst, n]], {n, 1500}]; lst (* Vincenzo Librandi, Aug 31 2012 *)
Select[Range[1500], PrimeQ[#^32 + (# + 1)^32] &] (* Bruno Berselli, Aug 31 2012 *)
Position[Total/@Partition[Range[1460]^32, 2, 1], _?(PrimeQ[#]&)]//Flatten (* Harvey P. Dale, Jul 05 2021 *)
PROG
(Magma) [n: n in [1..1500] | IsPrime(n^32+(n+1)^32 )];
CROSSREFS
Sequence in context: A096281 A114873 A114621 * A115168 A303223 A112549
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 10 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 08:45 EDT 2024. Contains 371267 sequences. (Running on oeis4.)