|
Search: id:A055469
|
|
|
| A055469 |
|
Primes of the form k(k+1)/2+1 (i.e. central polygonal numbers, or one more than triangular numbers). |
|
+0 6
|
|
| 2, 7, 11, 29, 37, 67, 79, 137, 191, 211, 277, 379, 631, 821, 947, 991, 1129, 1327, 1597, 1831, 2017, 2081, 2347, 2557, 2851, 2927, 3571, 3917, 4561, 4657, 4951, 5051, 5779, 6217, 6329, 8647, 8779, 9181, 9871, 11027, 12721, 13367, 14029, 14197, 14879
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Also primes of the form (n^2+7)/8. - Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 08 2005
q=2 and q=5 are the only primes values such that q+1 is a triangular number because 8q+9 is a square for 2 and 5 only. - Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 05 2002
|
|
FORMULA
|
a(n) = A000124(A067186(n)) = (A110873(n) + 7)/8. - Chandler
|
|
MATHEMATICA
|
Select[Table[(n^2 + 7)/8, {n, 400}], PrimeQ] (*Chandler*)
|
|
PROGRAM
|
(PARI) for(n=1, 4000, if(sqrt(8*prime(n)-7)==floor(sqrt(8*prime(n)-7), print1(prime(n), ", ")))
|
|
CROSSREFS
|
Cf. A000040, A000124, A000217, A067186, A110872, A110873.
Sequence in context: A024591 A073602 A057025 this_sequence A123151 A026133 A026162
Adjacent sequences: A055466 A055467 A055468 this_sequence A055470 A055471 A055472
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Henry Bottomley (se16(AT)btinternet.com), Jun 27 2000
|
|
|
Search completed in 0.003 seconds
|