Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127337
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127337 Numbers that are the sum of 10 consecutive primes. +0
10
129, 158, 192, 228, 264, 300, 340, 382, 424, 468, 510, 552, 594, 636, 682, 732, 780, 824, 870, 912, 954, 1008, 1060, 1114, 1164, 1216, 1266, 1320, 1376, 1434, 1494, 1546, 1596, 1650, 1704, 1752, 1800, 1854, 1914, 1974, 2030, 2084, 2142, 2192, 2250, 2310 (list; graph; listen)
OFFSET

1,1

COMMENT

a(n) = absolute value of coefficient of x^9 of the polynomial Prod_{j=0,9}(x-prime(n+j)) of degree 10; the roots of this polynomial are prime(n), ..., prime(n+9).

MATHEMATICA

a = {}; Do[AppendTo[a, Sum[Prime[x + n], {n, 0, 9}]], {x, 1, 50}]; a

PROGRAM

(PARI) 1. {m=46; k=10; for(n=1, m, print1(a=sum(j=0, k-1, prime(n+j)), ", "))} 2. {m=46; k=10; for(n=1, m, print1(abs(polcoeff(prod(j=0, k-1, (x-prime(n+j))), k-1)), ", "))} - Klaus Brockhaus, Jan 13 2007

CROSSREFS

Cf. A011974, A001043, A034961, A034963, A034964, A127333, A127334, A127335, A127336, A127338, A127339.

Sequence in context: A025332 A025324 A060878 this_sequence A034072 A157951 A043383

Adjacent sequences: A127334 A127335 A127336 this_sequence A127338 A127339 A127340

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Jan 11 2007

EXTENSIONS

Edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jan 13 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research