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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133529 Sum of squares of three consecutive primes. 25
38, 83, 195, 339, 579, 819, 1179, 1731, 2331, 3171, 4011, 4899, 5739, 6867, 8499, 10011, 11691, 13251, 14859, 16611, 18459, 21051, 24219, 27531, 30219, 32259, 33939, 36099, 40779, 46059, 52059, 55251, 60291, 64323, 69651, 74019, 79107 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

It is easy to see that all terms > 83 are divisible by 3.

EXAMPLE

a(1)=38 because 2^2+3^2+5^2=38

MATHEMATICA

a = 2; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a, {n, 1, 100}]

CROSSREFS

Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133530, A133531, A133532, A133533.

Sequence in context: A039421 A043244 A044024 * A044176 A044557 A014716

Adjacent sequences:  A133526 A133527 A133528 * A133530 A133531 A133532

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 14 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 14:54 EST 2012. Contains 205822 sequences.