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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129075 Numbers n such that (n-4)/3 is prime. 0
10, 13, 19, 25, 37, 43, 55, 61, 73, 91, 97, 115, 127, 133, 145, 163, 181, 187, 205, 217, 223, 241, 253, 271, 295, 307, 313, 325, 331, 343, 385, 397, 415, 421, 451, 457, 475, 493, 505, 523, 541, 547, 577, 583, 595, 601, 637, 673, 685, 691, 703, 721, 727, 757 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = 3*prime(n) + 4. - Zak Seidov, May 12 2007

EXAMPLE

For n=10, (10-4)/3 = 2 which is prime so 10 is the first entry.

PROG

(PARI) g(m) = forprime(p=2, m, n=3*p+4; print1(n", "))

CROSSREFS

Cf. A000040.

Sequence in context: A174274 A120155 A159839 * A095918 A191969 A018785

Adjacent sequences:  A129072 A129073 A129074 * A129076 A129077 A129078

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), May 11 2007, May 17 2007

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 23:53 EST 2012. Contains 205689 sequences.