login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079132 Primes such that iterated sum-of-digits (A038194) is even. 2
2, 11, 13, 17, 29, 31, 47, 53, 67, 71, 83, 89, 101, 103, 107, 137, 139, 157, 173, 179, 191, 193, 197, 211, 227, 229, 233, 251, 263, 269, 281, 283, 317, 337, 353, 359, 373, 389, 409, 431, 443, 449, 461, 463, 467, 479, 499, 503, 521, 557, 569, 571, 587, 593, 607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], EvenQ[Mod[#, 9]] &] (* Bruno Berselli, Aug 31 2012 *)
PROG
(PARI) forprime(p=2, 600, if((p%9)%2==0, print1(p, ", ")))
CROSSREFS
Sequence in context: A160950 A141168 A259394 * A184802 A023257 A178796
KEYWORD
nonn,easy,base
AUTHOR
Klaus Brockhaus, Dec 28 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)