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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075894 Average of four successive primes squared, (prime(n)^2+prime(n+1)^2+prime(n+2)^2+prime(n+3)^2)/4, n>=2. 1
51, 91, 157, 235, 337, 505, 673, 925, 1213, 1465, 1777, 2137, 2587, 3055, 3625, 4183, 4645, 5275, 5875, 6595, 7615, 8605, 9535, 10417, 11035, 11677, 13057, 14485, 16207, 17845, 19363, 20773, 22243, 24055, 25477, 27259, 29107, 30655, 32803 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

Unlike the average of four successive primes, the average of four successive primes squared is (apparently) integer for all n>=2.

LINKS

Harvey P. Dale, Table of n, a(n) for n = 2..1000

FORMULA

(prime(n)^2+prime(n+1)^2+prime(n+2)^2+prime(n+3)^2)/4, n>=2.

EXAMPLE

a(2)=51 because (prime(2)^2+prime(3)^2+prime(4)^2+prime(5)^2)/4=(3^2+5^2+7^2+11^2)/4=51.

MATHEMATICA

Mean[#]&/@(Partition[Prime[Range[2, 50]], 4, 1]^2) (* From Harvey P. Dale, Dec 14 2011 *)

CROSSREFS

Sequence in context: A039474 A020180 A049328 * A044140 A044521 A160847

Adjacent sequences:  A075891 A075892 A075893 * A075895 A075896 A075897

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 17 2002

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 16 13:30 EST 2012. Contains 205909 sequences.