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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078654 a(n) = prime(k) where k = n-th prime congruent to 3 mod 4. 1
5, 17, 31, 67, 83, 127, 191, 211, 277, 331, 353, 401, 431, 563, 587, 709, 739, 797, 877, 967, 991, 1063, 1153, 1217, 1297, 1409, 1433, 1499, 1597, 1669, 1741, 1847, 2027, 2063, 2221, 2341, 2417, 2477, 2609, 2647, 2897, 3001, 3067, 3109, 3299, 3319, 3407 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

PROG

(PARI) tpip(n, m, r) = {sr=0; forprime(x=3, n, if(x%m == r, v=prime(x); sr+=1.0/v; print1(v" "); ) ); print(); print("m="m" r="r" sr="sr); }

CROSSREFS

Cf. A006450, A078653, A078655.

Sequence in context: A147434 A147336 A128354 * A083364 A026394 A004538

Adjacent sequences:  A078651 A078652 A078653 * A078655 A078656 A078657

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 14 2002

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 14 07:15 EST 2012. Contains 205587 sequences.