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!)
A180952 Primes such that p(i)+p(i+1)+p(i+2) is a prime when all addends are taken modulo 100. 0
5, 7, 11, 17, 19, 23, 29, 31, 41, 53, 61, 67, 71, 79, 83, 97, 101, 103, 107, 113, 131, 139, 149, 173, 179, 191, 211, 223, 227, 229, 233, 239, 241, 271, 277, 281, 307, 311, 313, 347, 353, 359, 379, 383, 397, 401, 419, 431, 439, 443, 449, 457, 461, 467, 479, 487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also the sequence of smallest primes such that the sum of the last two digits of three consecutive primes is a prime.
LINKS
EXAMPLE
a(16)=97 since 97 (mod 100)+101 (mod 100)+103 (mod 100)=97+1+3=101 is a prime.
PROG
(PARI) isA180952(n) = isprime(n) && isprime(n%100+(n=nextprime(n+1))%100 + nextprime(n+1)%100)
CROSSREFS
Sequence in context: A111226 A168224 A084197 * A073681 A364867 A155772
KEYWORD
nonn,easy
AUTHOR
Carmine Suriano, Sep 27 2010
EXTENSIONS
Program corrected by Charles R Greathouse IV, Feb 03 2011
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 24 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)