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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079579 Totally multiplicative with p -> (p-1)*p, p prime. 2
1, 2, 6, 4, 20, 12, 42, 8, 36, 40, 110, 24, 156, 84, 120, 16, 272, 72, 342, 80, 252, 220, 506, 48, 400, 312, 216, 168, 812, 240, 930, 32, 660, 544, 840, 144, 1332, 684, 936, 160, 1640, 504, 1806, 440, 720, 1012, 2162, 96, 1764, 800, 1632, 624, 2756, 432, 2200, 336 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(n)<=n^2; a(n)=n iff n=2^k; a(n)=n*A003958(n).

Multiplicative sequence with a(p^e) = p^e*(p-1)^e for prime p. [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Nov 01 2009]

The Dirichlet inverse is 1, -2, -6, 0, -20, 12, -42, 0, 0, 40, -110, 0, -156, 84, 120, 0, -272, ..., i.e., the sequence defined by mu(n)*a(n). - R. J. Mathar, Dec 20 2011

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

FORMULA

Dirichlet g.f.: sum_{n>=1} a(n)/n^s = product_{primes p} 1/(1+p^(1-s)-p^(2-s)). - R. J. Mathar, Dec 20 2011

PROG

(Haskell)

a079579 1 = 1

a079579 n = product $ zipWith (*) pfs $ map (subtract 1) pfs

   where pfs = a027746_row n

-- Reinhard Zumkeller, Jan 05 2012

CROSSREFS

Cf. A027746.

Sequence in context: A124838 A088659 A052100 * A112326 A075435 A069875

Adjacent sequences:  A079576 A079577 A079578 * A079580 A079581 A079582

KEYWORD

nonn,mult

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 24 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 09:15 EST 2012. Contains 205753 sequences.