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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120311 Numbers whose PrimePi prime distribution are four apart and which index primes of the 4*k+3 type. 0
8, 9, 19, 20, 22, 38, 39, 54, 56, 58, 72, 90, 91, 92, 93, 94, 95, 96, 107, 131, 132, 133, 153, 154, 155, 156, 173, 175, 177, 193, 195 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

a(n) = If[Mod[PrimePi[n], 4] == 0&& Mod[Prime[n], 4] - 3 == 0, n]

MATHEMATICA

a = Flatten[Table[If[Mod[PrimePi[n], 4] == 0&& Mod[Prime[n], 4] -3 == 0, n, {}], {n, 1, 200}]]

CROSSREFS

Sequence in context: A069809 A067544 A022313 * A061414 A071869 A048124

Adjacent sequences:  A120308 A120309 A120310 * A120312 A120313 A120314

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 20 2006

EXTENSIONS

Needs to be edited in the same way that I edited A120309. - N. J. A. Sloane (njas(AT)research.att.com), Jul 22 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 21:13 EST 2012. Contains 206085 sequences.