Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137472
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137472 Prime numbers n such that n^3 +- (n+1) are primes. +0
1
2, 3, 29, 41, 71, 191, 239, 701, 2309, 2531, 4229, 5261, 6491, 6971, 8009, 10559, 11279, 11393, 11789, 12203, 12329, 14519, 17021, 18041, 18719, 20369, 23561, 23633, 28499, 33329, 34499, 37409, 38453, 41051, 41843, 42359, 44159 (list; graph; listen)
OFFSET

1,1

EXAMPLE

2^3 +- 3 -> ( 5,11) Primes,

3^3 +- 4 -> (23,31) Primes

MAPLE

a:=proc(n): if isprime(ithprime(n)^3+ithprime(n)+1)=true and isprime(ithprime(n)^3-ithprime(n)-1)=true then ithprime(n) else end if end proc: seq(a(n), n= 1..4000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 29 2008

MATHEMATICA

Select[Prime[Range[900]], PrimeQ[ #^3-(#+1)]&&PrimeQ[ #^3+(#+1)]&]

CROSSREFS

Sequence in context: A042335 A141192 A059453 this_sequence A065932 A143882 A108657

Adjacent sequences: A137469 A137470 A137471 this_sequence A137473 A137474 A137475

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 21 2008

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 26 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 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research