Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000082
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000082 n^2*Product_{p|n} (1 + 1/p). +0
4
1, 6, 12, 24, 30, 72, 56, 96, 108, 180, 132, 288, 182, 336, 360, 384, 306, 648, 380, 720, 672, 792, 552, 1152, 750, 1092, 972, 1344, 870, 2160, 992, 1536, 1584, 1836, 1680, 2592, 1406, 2280, 2184, 2880, 1722, 4032, 1892, 3168, 3240, 3312, 2256 (list; graph; listen)
OFFSET

1,2

REFERENCES

B. Schoeneberg, Elliptic Modular Functions, Springer-Verlag, NY, 1974, p. 79.

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

FORMULA

Dirichlet g.f.: zeta(s-1)*zeta(s-2)/zeta(2*s-2).

Dirichlet convolution: Sum_{d|n} mu(n/d)*sigma(d^2). - Vladeta Jovovic (vladeta(AT)eunet.rs), Nov 16 2001

Multiplicative with a(p^e) = p^(2*e-1)*(p+1);. - David W. Wilson (davidwwilson(AT)comcast.net), Aug 01, 2001.

MAPLE

proc(n) local b, d: b := n^2: for d from 1 to n do if irem(n, d) = 0 and isprime(d) then b := b*(1+d^(-1)): fi: od: RETURN(b): end:

MATHEMATICA

Table[ Fold[ If[ Mod[ n, #2 ]==0 && PrimeQ[ #2 ], #1*(1+1/#2), #1 ]&, n^2, Range[ n ] ], {n, 1, 45} ]

Table[ n^2 Times@@(1+1/Select[ Range[ 1, n ], (Mod[ n, #1 ]==0&&PrimeQ[ #1 ])& ]), {n, 1, 45} ]

PROGRAM

(PARI) a(n)=if(n<1, 0, direuler(p=2, n, (1+p*X)/(1-p^2*X))[n])

CROSSREFS

a(n)=n*A001615(n). Cf. A033196.

Sequence in context: A071611 A119500 A110967 this_sequence A106697 A140522 A065218

Adjacent sequences: A000079 A000080 A000081 this_sequence A000083 A000084 A000085

KEYWORD

nonn,easy,nice,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Mathematica Program Aug 15 1997 (Olivier Gerard). Additional comments from Michael Somos, May 19, 2000.

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research