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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165440 Primes p such that 3+2*(sum of digits of p) is not a prime. 2
3, 29, 47, 79, 83, 97, 137, 173, 191, 227, 263, 277, 281, 317, 349, 353, 367, 439, 443, 457, 461, 547, 599, 619, 641, 673, 691, 709, 727, 797, 821, 853, 887, 907, 911, 977, 1019, 1069, 1087, 1091, 1109, 1163, 1181, 1217, 1249, 1307, 1361, 1429, 1433, 1447 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Bruno Berselli, Table of n, a(n) for n = 1..1000

EXAMPLE

1087 is in the sequence because 1+0+8+7=16 and 2*16+3=35 is not prime.

PROG

(MAGMA) [ p: p in PrimesUpTo(1500) | not IsPrime(q) where q is 3+2*(&+Intseq(p))];  // Bruno Berselli, Jul 15 2011

CROSSREFS

Cf. A165439, A007605.

Sequence in context: A167278 A106979 A087209 * A072306 A071150 A107189

Adjacent sequences:  A165437 A165438 A165439 * A165441 A165442 A165443

KEYWORD

nonn,base

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Sep 19 2009

EXTENSIONS

Keyword:base added by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 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 08:20 EST 2012. Contains 205729 sequences.