|
Search: id:A154411
|
|
|
| A154411 |
|
Numbers p (prime) such that (p^2+1)/10 is prime |
|
+0 2
|
|
| 7, 13, 17, 23, 37, 53, 67, 97, 103, 113, 127, 137, 163, 167, 197, 223, 227, 263, 277, 283, 347, 367, 373, 383, 397, 433, 503, 547, 587, 617, 653, 673, 677, 683, 773, 797, 823, 877, 883, 937, 947, 953, 997, 1063, 1103, 1117, 1163, 1187, 1213, 1367, 1423, 1447
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
p=7, (p^2+1)/10=5; p=17, (p^2+1)/10=29
|
|
MAPLE
|
a := proc (n) if isprime(n) = true and type((1/10)*n^2+1/10, integer) = true and isprime((1/10)*n^2+1/10) = true then n else end if end proc: seq(a(n), n = 1 .. 1800); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 18 2009]
|
|
CROSSREFS
|
Cf. A017353, A154412
Sequence in context: A136083 A167276 A154408 this_sequence A089531 A138337 A029477
Adjacent sequences: A154408 A154409 A154410 this_sequence A154412 A154413 A154414
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jan 09 2009
|
|
EXTENSIONS
|
Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 18 2009
|
|
|
Search completed in 0.002 seconds
|