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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111504 Numbers n such that n^5 - n^3 -1 and n^5 - n^3 +1 are twin primes. 0
5, 6, 64, 210, 265, 364, 440, 475, 625, 680, 785, 806, 839, 925, 930, 931, 951, 1044, 1105, 1224, 1226, 1559, 1636, 1651, 1699, 1835, 1850, 1966, 1995, 2295, 2309, 2511, 2541, 2655, 2984, 3100, 3501, 3680, 4159, 4444, 4474, 4580, 4606, 4755, 4779 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

5^5-5^3-1=2999

5^5-5^3+1=3001, 2999 and 3001 twin primes so n(1)=5

MATHEMATICA

lst={}; Do[If[PrimeQ[n^5-n^3-1]&&PrimeQ[n^5-n^3+1], AppendTo[lst, n]], {n, 10^3}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 14 2008]

CROSSREFS

Sequence in context: A157805 A191557 A132444 * A041057 A041058 A053611

Adjacent sequences:  A111501 A111502 A111503 * A111505 A111506 A111507

KEYWORD

nonn

AUTHOR

Pierre CAMI (pierre-cami(AT)bbox.fr), Nov 16 2005

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 17 13:10 EST 2012. Contains 206030 sequences.