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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154613 Numbers n such that n and 23n+10 are both prime. 0
3, 11, 17, 29, 41, 47, 53, 59, 101, 113, 131, 167, 173, 179, 227, 239, 251, 269, 281, 383, 431, 449, 461, 479, 503, 509, 557, 563, 593, 641, 647, 677, 719, 743, 773, 797, 809, 827, 887, 911, 929, 953, 971, 977, 983, 1019, 1049, 1061, 1163, 1193, 1217, 1229 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

For n=3, 23n+10=79; n=281, 23*281+10=6473

MAPLE

a := proc (n) if isprime(n) = true and isprime(23*n+10) = true then n else end if end proc: seq(a(n), n = 1 .. 1400); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 21 2009]

MATHEMATICA

Select[Prime[Range[250]], PrimeQ[23#+10]&]  (* From Harvey P. Dale, Feb 25 2011 *)

CROSSREFS

Cf. A141914 (Primes congruent to 10 mod 23).

Sequence in context: A113803 A045431 A126691 * A109654 A172070 A038986

Adjacent sequences:  A154610 A154611 A154612 * A154614 A154615 A154616

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

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 23:53 EST 2012. Contains 205860 sequences.