[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”).

A139219
Primes of the form 41+(n+n^2)/2=41+A000217(n).
3
41, 47, 107, 251, 317, 419, 569, 821, 1031, 1217, 1367, 1637, 1811, 1871, 3527, 5501, 5927, 6257, 6827, 8297, 8819, 9221, 10337, 14747, 17807, 20747, 21569, 22619, 25919, 28961, 31667, 34757, 37991, 43997, 45191, 48869, 49811, 52691, 63587
OFFSET
1,1
COMMENTS
Corresponding values of n in A139220.
LINKS
MATHEMATICA
Select[Table[41+(n+n^2)/2, {n, 0, 800}], PrimeQ]
PROG
(Magma) [a: n in [0..500] | IsPrime(a) where a is 41 +(n + n^2) div 2]; // Vincenzo Librandi, Mar 22 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Apr 11 2008
STATUS
approved