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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104635 Odd n such that 2n+1 is prime. 3
1, 3, 5, 9, 11, 15, 21, 23, 29, 33, 35, 39, 41, 51, 53, 63, 65, 69, 75, 81, 83, 89, 95, 99, 105, 111, 113, 119, 125, 131, 135, 141, 153, 155, 165, 173, 179, 183, 189, 191, 209, 215, 219, 221, 231, 233, 239, 243, 245, 249, 251, 261 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Also: Numbers k such that 2k+1 is in A002145, i.e., a Gaussian prime.  - M. F. Hasler, Feb 25 2011

Also: Number of quadratic residues modulo A002145(n).  - M. F. Hasler, Feb 25 2011

FORMULA

a(n) = floor(A002145(n)/2).  - M. F. Hasler, Feb 25 2011

PROG

(PARI) forstep( k=1, 250, 2, isprime(2*k+1) & print1(k", "))  \\ - M. F. Hasler, Feb 25 2011

(PARI) forprime( p=1, 500, p%4==3 | next; print1(p\2", "))  \\ - M. F. Hasler, Feb 25 2011

CROSSREFS

Cf. A005097, A104636.

Sequence in context: A006046 A161830 A151922 * A199407 A169780 A024903

Adjacent sequences:  A104632 A104633 A104634 * A104636 A104637 A104638

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Mar 18 2005

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 13 14:31 EST 2012. Contains 205511 sequences.