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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024899 Nonnegative integers n such that 6n+1 is prime. 22
1, 2, 3, 5, 6, 7, 10, 11, 12, 13, 16, 17, 18, 21, 23, 25, 26, 27, 30, 32, 33, 35, 37, 38, 40, 45, 46, 47, 51, 52, 55, 56, 58, 61, 62, 63, 66, 68, 70, 72, 73, 76, 77, 81, 83, 87, 90, 91, 95, 96, 100, 101, 102, 103, 105, 107, 110, 112, 115, 118, 121, 122, 123, 125, 126, 128, 131, 135, 137 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

FORMULA

a(n) = A024892(n)/2 = (A034936(n)+1)/2. - Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 26 2003

MAPLE

a := [ ]: for n from 0 to 400 do if isprime(6*n+1) then a := [ op(a), n ]; fi; od: A002476 := n->a[n];

MATHEMATICA

a={}; Do[x=6*n+1; If[PrimeQ[x], AppendTo[a, n]], {n, 10^2}]; a - Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 29 2008

PROG

(MAGMA) [n: n in [0..200]| IsPrime(6*n+1)] [From Vincenzo Librandi, Nov 20 2010]

CROSSREFS

A002476 gives primes, A091178 gives prime index.

Complement of A046954 relative to A000027.

Sequence in context: A061854 A110086 A107746 * A114518 A066940 A100118

Adjacent sequences:  A024896 A024897 A024898 * A024900 A024901 A024902

KEYWORD

nonn,easy

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 15 13:35 EST 2012. Contains 205802 sequences.