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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128383 List of triplets of primes with common difference 24. 0
16763, 16787, 16811, 40039, 40063, 40087, 42509, 42533, 42557, 96353, 96377, 96401, 98573, 98597, 98621, 104183, 104207, 104231, 119243, 119267, 119291, 123863, 123887, 123911, 160093, 160117, 160141, 161783, 161807, 161831, 169259 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

16763, 16787, 16811 16763+24=16787, 16787+24=16811 etc...

MAPLE

for i from 1 by 1 to 20000 do > if ithprime(i+1) = ithprime(i) +24 and ithprime(i+2) = ithprime(i) + 48 then print(ithprime(i), ithprime(i+1), ithprime(i+2)); > fi; > od; #

MATHEMATICA

Flatten[Select[Partition[Prime[Range[16000]], 3, 1], Differences[#] == {24, 24}&]] (* From Harvey P. Dale, Feb 03 2012 *)

CROSSREFS

Sequence in context: A181098 A202896 A183727 * A052190 A068784 A183844

Adjacent sequences:  A128380 A128381 A128382 * A128384 A128385 A128386

KEYWORD

nonn,tabf,changed

AUTHOR

Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 04 2007

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 14 00:21 EST 2012. Contains 205567 sequences.