Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127338
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127338 Numbers that are the sum of 11 consecutive primes. +0
11
160, 195, 233, 271, 311, 353, 399, 443, 491, 539, 583, 631, 677, 725, 779, 833, 883, 931, 979, 1025, 1081, 1139, 1197, 1253, 1313, 1367, 1423, 1483, 1543, 1607, 1673, 1727, 1787, 1843, 1901, 1951, 2011, 2077, 2141, 2203, 2263, 2323, 2383, 2443, 2507 (list; graph; listen)
OFFSET

1,1

COMMENT

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

MATHEMATICA

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

PROGRAM

(PARI) 1. {m=45; k=11; for(n=1, m, print1(a=sum(j=0, k-1, prime(n+j)), ", "))} 2. {m=45; k=11; 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, A127337, A127339, A127340.

Sequence in context: A013465 A013466 A060675 this_sequence A138854 A133530 A166778

Adjacent sequences: A127335 A127336 A127337 this_sequence A127339 A127340 A127341

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research