login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031394 a(n) = prime(7*n - 4). 1
5, 29, 59, 89, 127, 163, 197, 239, 277, 317, 367, 409, 449, 491, 547, 593, 631, 673, 727, 769, 823, 863, 919, 971, 1019, 1061, 1103, 1163, 1217, 1277, 1303, 1373, 1433, 1481, 1523, 1571, 1613, 1667, 1723, 1783, 1847, 1889, 1951, 2003, 2063 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(7*n-4). - Wesley Ivan Hurt, Feb 24 2014
MAPLE
A031394:=n->ithprime(7*n - 4); seq(A031394(n), n=1..50); # Wesley Ivan Hurt, Feb 24 2014
MATHEMATICA
Table[Prime[7 n - 4], {n, 50}] (* Wesley Ivan Hurt, Feb 24 2014 *)
PROG
(Magma) [ NthPrime(7*n-4): n in [1..1000] ]; // Vincenzo Librandi, Apr 10 2011
CROSSREFS
Cf. A000040.
Sequence in context: A300777 A177831 A115706 * A103094 A341083 A341085
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 2 04:35 EDT 2024. Contains 372178 sequences. (Running on oeis4.)