Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A074745 a(n) = sum_{k=1..n} prime(k)*prime(k+1). 4
6, 21, 56, 133, 276, 497, 820, 1257, 1924, 2823, 3970, 5487, 7250, 9271, 11762, 14889, 18488, 22575, 27332, 32515, 38282, 44839, 52226, 60859, 70656, 81059, 92080, 103743, 116060, 130411, 147048, 164995, 184038, 204749, 227248, 250955 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{k=1..n} prime(k)*prime(k+1) = Sum_{k=1..n} A006094(k).
MAPLE
with(numtheory): a := proc(n) local k: RETURN(add(ithprime(k)*ithprime(k+1), k=1..n)):end;
MATHEMATICA
s=0; Table[s+=Prime[n]*Prime[n+1], {n, 5!}] (* Vladimir Joseph Stephan Orlovsky, Nov 19 2010 *)
PROG
(PARI) a(n) = sum(k=1, n, prime(k)*prime(k+1)); \\ Michel Marcus, Jan 16 2015
CROSSREFS
Sequence in context: A145134 A256571 A247904 * A296821 A056414 A056341
KEYWORD
nonn
AUTHOR
Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Sep 06 2002
STATUS
approved

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 September 9 20:10 EDT 2024. Contains 375765 sequences. (Running on oeis4.)