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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154632 Numbers p (prime) such that [(4*p^2-8*p-9)/3] is a prime. 0
5, 17, 23, 41, 59, 71, 89, 149, 197, 233, 239, 347, 359, 401, 419, 449, 563, 683, 761, 773, 827, 887, 971, 977, 1049, 1061, 1097, 1193, 1277, 1373, 1439, 1553, 1571, 1787, 1871, 1877, 1931, 2069, 2267, 2273, 2381, 2417, 2447, 2687, 2699, 2777, 2843, 2957 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

For p= 5, [(4*p^2-8*p-9)/3]=17; p=149, [(4*p^2-8*p-9)/3]=29201

MAPLE

a := proc (n) if isprime(n) = true and type((4/3)*n^2-(8/3)*n-3, integer) = true and isprime((4/3)*n^2-(8/3)*n-3) = true then n else end if end proc: seq(a(n), n = 2 .. 4000); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 20 2009]

CROSSREFS

Cf. A154616

Sequence in context: A105884 A019410 A133423 * A141275 A145043 A097434

Adjacent sequences:  A154629 A154630 A154631 * A154633 A154634 A154635

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 20 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 21:17 EST 2012. Contains 205971 sequences.