login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133559 Primes which have partition as sum of squares of five consecutive primes. 3
373, 653, 5381, 6701, 8069, 19541, 24821, 53549, 56909, 69389, 93581, 107741, 131837, 184901, 196661, 237821, 252509, 344021, 370661, 395069, 498989, 609269, 783701, 1055429, 1174781, 1239341, 1492637, 1576229, 1713989, 1749149, 2024261 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For sum of squares of two consecutive primes only 2^2+3^2=13 is prime. For sum of squares of three consecutive primes A133529 seems that only 83 belonging(checked for all n<1000000). Sums of squares of four (and all even number) of consecutive primes are even numbers with exception n=1 but 2^2+3^2+5^2+7^2=87=3*29 is not prime.

EXAMPLE

a(2)=653 because Prime[2]^2+Prime[3]^2+Prime[4]^2+Prime[5]^2+Prime[6]^2=3^2+5^2+7^2+11^2+13^2=653 is prime

MATHEMATICA

b = {}; a = 2; Do[k = Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a + Prime[n + 4]^a; If[PrimeQ[k], AppendTo[b, k]], {n, 1, 100}]; b {*Artur Jasinski*)

CROSSREFS

Cf. A133538, A133558.

Sequence in context: A139659 A142395 A142921 * A023313 A134161 A168168

Adjacent sequences:  A133556 A133557 A133558 * A133560 A133561 A133562

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 16 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.