login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161998 Numbers n such that n^6 + 272 is prime. 4
2163, 2541, 2667, 4011, 5187, 5733, 5985, 7119, 7371, 7707, 8547, 10017, 10731, 12579, 13041, 13125, 13293, 14007, 14679, 15855, 16317, 16401, 16863, 17283, 19131, 19383, 20139, 20475, 21021, 21357, 22197, 22995, 23457, 23667, 24591, 25053, 25389, 25641 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Arkadiusz Wesolowski, Table of n, a(n) for n = 1..1000

G. L. Honaker, Jr. and Chris Caldwell, Prime Curios! 272

MATHEMATICA

Select[Range[1, 10^5, 2], PrimeQ[ #^6 + 272] &] (* Arkadiusz Wesolowski, Mar 05 2011 *)

PROG

(MAGMA) [n: n in [1..10^5 by 2] | IsPrime(n^6+272)]  [Arkadiusz Wesolowski, Mar 05 2011].

(PARI) forstep(n=1, 10^5, 2, if(isprime(n^6+272)==1, print1(n, ", ")))  [Arkadiusz Wesolowski, Mar 05 2011].

CROSSREFS

Cf. A007519, A163592, A066386, A126893, A119276.

Sequence in context: A116074 A035872 A126831 * A020421 A203736 A184558

Adjacent sequences:  A161995 A161996 A161997 * A161999 A162000 A162001

KEYWORD

nonn

AUTHOR

Arkadiusz Wesolowski (wesolowski(AT)aol.pl), Jun 24 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:33 EST 2012. Contains 205663 sequences.