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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116612 Values of n such that p(2n+1) mod 12 = 1, where p(j) denotes the j-th prime. 7
10, 12, 14, 18, 26, 29, 32, 60, 63, 72, 73, 75, 79, 84, 91, 93, 94, 95, 98, 101, 105, 110, 115, 118, 125, 128, 131, 135, 136, 137, 139, 143, 147, 150, 159, 165, 168, 169, 170, 173, 177, 180, 184, 187, 195, 200, 203, 205, 207, 212, 215, 217, 218, 221, 222, 224 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

A116612 = integer part of 1/2 * { odd terms in A160594 = A000720(A068228) } [From M. F. Hasler (www.univ-ag.fr/~mhasler), May 22 2009]

EXAMPLE

29 is in the sequence because the 59-th prime is 277 and 277 mod 12=1.

MAPLE

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

PROG

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

CROSSREFS

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

Sequence in context: A092132 A088170 A189555 * A068502 A109959 A161990

Adjacent sequences:  A116609 A116610 A116611 * A116613 A116614 A116615

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 17 14:50 EST 2012. Contains 206050 sequences.