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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154408 Primes p such that (p^2+1)/10 is also prime. 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; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

37 is in the sequence because both 37 and (37^2 + 1)/10 = 137 are primes. [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 21 2009]

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 = 2 .. 1700); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 21 2009]

CROSSREFS

Cf. A017305

Sequence in context: A136083 A167276 A181570 * A089531 A138337 A174877

Adjacent sequences:  A154405 A154406 A154407 * A154409 A154410 A154411

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 21 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 15 10:04 EST 2012. Contains 205763 sequences.