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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154650 Primes p such that 4*p^2-8*p-9 is a prime. 1
3, 7, 13, 19, 37, 43, 61, 103, 109, 139, 181, 223, 229, 241, 307, 367, 397, 409, 433, 457, 463, 577, 631, 661, 727, 751, 811, 823, 829, 853, 919, 1009, 1063, 1087, 1117, 1213, 1231, 1279, 1291, 1321, 1423, 1429, 1471, 1597, 1609, 1699, 1741, 1753, 1783, 1789 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

For p=7, 4*p^2-8*p-9=131; p=43, 4*p^2-8*p-9=7043; p=229, 4*p^2-8*p-9=207923

MAPLE

a := proc (n) if isprime(n) = true and isprime(4*n^2-8*n-9) = true then n else end if end proc: seq(a(n), n = 1 .. 2000); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 27 2009]

CROSSREFS

C. A154648

Sequence in context: A023217 A106077 A048977 * A015913 A023200 A046136

Adjacent sequences:  A154647 A154648 A154649 * A154651 A154652 A154653

KEYWORD

nonn

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jan 18 2009

EXTENSIONS

Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 27 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 16 02:30 EST 2012. Contains 205860 sequences.