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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110587 Primes p such that 6q+7=p^2, q prime. 0
5, 7, 11, 17, 19, 29, 37, 43, 47, 53, 61, 71, 73, 79, 89, 97, 101, 107, 109, 127, 173, 191, 199, 223, 241, 251, 263, 271, 281, 317, 367, 389, 397, 433, 439, 443, 449, 457, 461, 479, 523, 541, 569, 577, 587, 613, 631, 647, 659, 677, 683, 691, 701, 739, 757 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(4)=17 since 6*47+7=289=17^2.

MAPLE

ispower := proc(n, b) andmap(proc(w) evalb(w[2] mod b = 0) end, ifactors(n)[2]) end: a:=6: SQP||a:=[]: for z from 1 to 1 do for n from 1 to 1000 do p:=ithprime(n); m:=a*p+a+1; if ispower(m, 2) and isprime(sqrt(m)) then SQPW||a:=[op(SQP||a), sqrt(m)] fi od; od; SQP||a;

CROSSREFS

Cf. A110014, A110015, A110016.

Sequence in context: A046133 A086136 A136052 * A192281 A191065 A072249

Adjacent sequences:  A110584 A110585 A110586 * A110588 A110589 A110590

KEYWORD

nonn

AUTHOR

Walter A. Kehowski (wkehowski(AT)cox.net), Sep 13 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 15 18:15 EST 2012. Contains 205835 sequences.