Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112796
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112796 Primes such that the sum of the predecessor and successor primes is divisible by 17. +0
15
151, 191, 199, 421, 491, 613, 829, 883, 937, 1409, 1447, 1459, 1667, 1693, 1871, 2027, 2203, 2347, 2381, 2503, 2687, 2857, 2957, 3041, 3121, 3259, 3517, 3557, 3571, 3583, 3847, 3929, 4153, 4271, 4591, 4793, 4999, 5011, 5051, 5273, 5323, 5407, 5441, 5449 (list; graph; listen)
OFFSET

1,1

COMMENT

There is a trivial analogy to every prime beyond 3, but mod 2. A112681 is analogous to this, but mod 3. A112731 is analogous to this, but mod 7. A112xxx is analogous to this, but mod 11.

FORMULA

a(n) = prime(i) is in this sequence iff prime(i-1)+prime(i+1) = 0 mod 17. a(n) = A000040(i) is in this sequence iff A000040(i-1)+A000040(i+1) = 0 mod 17.

EXAMPLE

a(1) = 151 because prevprime(151) + nextprime(151) = 149 + 157 = 306 = 17 * 8.

a(2) = 191 because prevprime(191) + nextprime(191) = 181 + 193 = 374 = 17 * 22.

a(3) = 199 because prevprime(199) + nextprime(199) = 197 + 211 = 408 = 17 * 24.

a(4) = 421 because prevprime(421) + nextprime(421) = 419 + 431 = 850 = 17 * 50.

MATHEMATICA

Prime@ Select[Range[2, 731], Mod[Prime[ # - 1] + Prime[ # + 1], 17] == 0 &] (* Robert G. Wilson v *)

CROSSREFS

Cf. A000040, A112681, A112794, A112731, A112789, A112795, A112796, A112804, A112847, A112859, A113155, A113156, A113157, A113158.

Adjacent sequences: A112793 A112794 A112795 this_sequence A112797 A112798 A112799

Sequence in context: A115483 A139505 A095745 this_sequence A020359 A050969 A059858

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost2(AT)yahoo.com), Jan 01 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Jan 05 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 01:24 EDT 2008. Contains 139630 sequences.


AT&T Labs Research