login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092780 Sum(prime(k),k=1..n)^2-1. 0

%I #9 Jan 21 2019 19:01:55

%S 3,24,99,288,783,1680,3363,5928,9999,16640,25599,38808,56643,78960,

%T 107583,145160,193599,251000,322623,408320,506943,625680,763875,

%U 927368,1123599,1347920,1597695,1879640,2190399,2537648,2958399,3426200

%N Sum(prime(k),k=1..n)^2-1.

%F a(n) = A007504(n)^2 - 1. - _Michel Marcus_, Jun 30 2013

%t Accumulate[Prime[Range[40]]]^2-1 (* _Harvey P. Dale_, Feb 25 2017 *)

%o (PARI) a(n) = sum(k=1, n, prime(k))^2-1 \\ _Michel Marcus_, Jun 30 2013

%K nonn

%O 1,1

%A _Jorge Coveiro_, Apr 14 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 9 18:10 EDT 2024. Contains 372354 sequences. (Running on oeis4.)