[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A088733 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
n-th prime in the arithmetic progression n+k*(n+1) with k>0.
(history; published version)
#22 by Reinhard Zumkeller at Wed Oct 01 16:47:54 EDT 2014
STATUS

editing

approved

#21 by Reinhard Zumkeller at Wed Oct 01 13:30:21 EDT 2014
PROG

(Haskell)

a088733 n = last $ take n $

[q | q <- [2 * n + 1, 3 * n + 2 ..], a010051' q == 1]

-- Reinhard Zumkeller, Oct 01 2014

CROSSREFS

Cf. A010051.

STATUS

approved

editing

#20 by Charles R Greathouse IV at Sun Aug 03 14:01:20 EDT 2014
MATHEMATICA

Table[k = 1; Do[While[p = n + k*(n + 1); ! PrimeQ[p], k++]; k++, {n}]; p, {n, 100}] (* _T. D. Noe, _, Oct 20 2011 *)

Discussion
Sun Aug 03
14:01
OEIS Server: https://oeis.org/edit/global/2267
#19 by Russ Cox at Fri Mar 30 18:50:38 EDT 2012
AUTHOR

_Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), _, Oct 12 2003

Discussion
Fri Mar 30
18:50
OEIS Server: https://oeis.org/edit/global/246
#18 by T. D. Noe at Fri Oct 21 00:39:46 EDT 2011
STATUS

editing

approved

#17 by T. D. Noe at Fri Oct 21 00:39:41 EDT 2011
LINKS

<a href="/index/Pri#primes_AP">Index entries for sequences related to primes in arithmetic progressions</a>

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/DirichletsTheorem.html">Dirichlet's Theorem</a>

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/DirichletsTheorem.html">Dirichlet's Theorem</a>

<a href="/index/Pri#primes_AP">Index entries for sequences related to primes in arithmetic progressions</a>

#16 by T. D. Noe at Fri Oct 21 00:38:52 EDT 2011
LINKS

T. D. Noe, <a href="/A088733/a088733.png">Linear Plot</a>

STATUS

approved

editing

#15 by OEIS Server at Fri Oct 21 00:15:41 EDT 2011
LINKS

T. D. Noe, <a href="/A088733/b088733_1.txt">Table of n, a(n) for n = 1..10000</a>

#14 by T. D. Noe at Fri Oct 21 00:15:41 EDT 2011
STATUS

editing

approved

Discussion
Fri Oct 21
00:15
OEIS Server: Installed new b-file as b088733.txt.  Old b-file is now b088733_1.txt.
#13 by T. D. Noe at Fri Oct 21 00:15:32 EDT 2011
LINKS

T. D. Noe, <a href="/A088733/b088733_1.txt">Table of n, a(n) for n = 1..10000</a>

T. D. Noe, <a href="/A088733/b088733_1.txt">Table of n, a(n) for n = 1..10000</a>