Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087115
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087115 Convolution of sum of cubes of divisors with itself. +0
2
0, 1, 18, 137, 650, 2350, 6860, 17609, 39870, 83976, 162382, 301070, 522886, 885284, 1424468, 2254537, 3419448, 5143987, 7448874, 10750712, 15015872, 20948610, 28373444, 38539022, 50863150, 67454492, 87209316, 113326308, 143748766, 183759900, 229271536 (list; graph; listen)
OFFSET

1,3

REFERENCES

J.-P. Serre, A Course in Arithmetic, Springer-Verlag, 1973, Chap. VII, Section 4., p. 93.

FORMULA

G.f.: (sum(k>=1, k^3*x^k/(1-x^k)))^2. a(n)=(sigma_7(n)-sigma_3(n))/120.

MAPLE

with(numtheory); f:=n->add( sigma[3](k)*sigma[3](n-k), k=1..n-1);

PROGRAM

(PARI) a(n)=if(n<1, 0, (sigma(n, 7)-sigma(n, 3))/120)

(PARI) a(n)=if(n<1, 0, sum(m=1, n-1, sigma(m, 3)*sigma(n-m, 3)))

CROSSREFS

Cf. A001158, A013955.

Sequence in context: A022710 A056003 A114239 this_sequence A163707 A108680 A081074

Adjacent sequences: A087112 A087113 A087114 this_sequence A087116 A087117 A087118

KEYWORD

nonn

AUTHOR

Michael Somos, Aug 13 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research