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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084370 Convolution of odd primes with themselves. 0
9, 30, 67, 136, 237, 386, 587, 852, 1213, 1658, 2227, 2932, 3765, 4766, 5939, 7324, 8917, 10746, 12851, 15200, 17845, 20794, 24083, 27748, 31785, 36250, 41107, 46376, 52113, 58350, 65111, 72444, 80353, 88858, 98003, 107744, 118201, 129410, 141355 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(4)=11*3+7*5+5*7+3*11=136

PROG

(PARI) conv(n)=local(v, s); v=primes(n); s=0; for(i=2, length(v), s+=v[i]*v[length(v)-i+2] ); s for(n=1, 40, print1(conv(n)", "))

CROSSREFS

Cf. A014342.

Sequence in context: A195319 A073399 A005919 * A000439 A002414 A000440

Adjacent sequences:  A084367 A084368 A084369 * A084371 A084372 A084373

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jun 23 2003

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.