Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A046913
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A046913 Sum of divisors of n not congruent to 0 mod 3. +0
7
1, 3, 1, 7, 6, 3, 8, 15, 1, 18, 12, 7, 14, 24, 6, 31, 18, 3, 20, 42, 8, 36, 24, 15, 31, 42, 1, 56, 30, 18, 32, 63, 12, 54, 48, 7, 38, 60, 14, 90, 42, 24, 44, 84, 6, 72, 48, 31, 57, 93, 18, 98, 54, 3, 72, 120, 20, 90, 60, 42, 62, 96, 8, 127, 84, 36, 68, 126 (list; graph; listen)
OFFSET

1,2

COMMENT

Also a(n)=A000203[3n]-3A000203[n]. - Labos E. (labos(AT)ana.sote.hu), Aug 14 2003

G.f. A(x) satisfies 0=f(A(x),A(x^2),A(x^4)) where f(u,v,w)=u^2+9v^2+16w^2-6uv+4uw-24vw-v+w. - Michael Somos, Jul 19 2004

FORMULA

Multiplicative with a(3^e) = 1, a(p^e) = (p^(e+1)-1)/(p-1) for p<>3. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Sep 11 2002

G.f.: Sum_{k>0} x^k*(1+2*x^k+2*x^(3*k)+x^(4*k))/(1-x^(3*k))^2. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Dec 18 2002

Equals A051731 * A091684, where A051731 = the inverse Mobius transform and A091684 = count with 3*n = 0: (1, 2, 0, 4, 5, 0, 7,...). Example: a(4) = 7 = (1, 1, 0, 1) dot (1, 2, 0, 4) = (1 + 2 + 0 + 4), where (1, 1, 0, 1) = row 4 of A051731. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jul 03 2008

EXAMPLE

Divisors of 12 are 1 2 3 4 6 12, and discarding 3 6 and 12 we get a(12)=1+2+4=7.

MATHEMATICA

Table[DivisorSigma[1, 3*w]-3*DivisorSigma[1, w], {w, 1, 256}]

PROGRAM

(PARI) a(n)=if(n<1, 0, sigma(3*n)-3*sigma(n)) /* Michael Somos, Jul 19 2004 */

CROSSREFS

Cf. A035191.

Cf. A051731, A091684.

Sequence in context: A111806 A054458 A110168 this_sequence A118228 A082053 A136035

Adjacent sequences: A046910 A046911 A046912 this_sequence A046914 A046915 A046916

KEYWORD

nonn,mult

AUTHOR

njas

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research