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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116610 Values of n such that prime(2*n) mod 12 = 11. 8
10, 14, 16, 26, 27, 28, 32, 36, 38, 43, 46, 47, 48, 59, 60, 62, 64, 66, 72, 73, 75, 77, 78, 82, 83, 91, 95, 96, 100, 104, 107, 114, 115, 118, 120, 123, 124, 125, 128, 131, 140, 143, 146, 147, 152, 159, 167, 168, 173, 179, 180, 182, 185, 186, 188, 193, 195, 205, 210 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

A116610 = 1/2 { even terms in A160593 = A000720(A068231) } [From M. F. Hasler (www.univ-ag.fr/~mhasler), May 22 2009]

EXAMPLE

26 is in the sequence because the 52-nd prime is 239 and 239 mod 12=11.

MAPLE

a:=proc(n) if ithprime(2*n) mod 12 = 11 then n else fi end: seq(a(n), n=1..250);

MATHEMATICA

Select[Range[250], Mod[Prime[2#], 12]==11&]  [From Harvey P. Dale, Jan. 30, 2011]

PROG

(PARI) for(n=1, 999, prime(2*n)%12==11 & print1(n", ")) \\\\ [From M. F. Hasler (www.univ-ag.fr/~mhasler), May 22 2009]

CROSSREFS

Cf. A116602, A116612-A116617, A160591-A160594. [From M. F. Hasler (www.univ-ag.fr/~mhasler), May 22 2009]

Sequence in context: A067188 A092632 A055197 * A096851 A121893 A055985

Adjacent sequences:  A116607 A116608 A116609 * A116611 A116612 A116613

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 29 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Apr 05 2006

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 16 05:39 EST 2012. Contains 205860 sequences.