Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145378
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145378 a(n) = Sum_{d|n} sigma(d) - 2*Sum_{2c|n} sigma(c) + 4*Sum_{4b|n} sigma(b). +0
2
1, 2, 5, 7, 7, 10, 9, 20, 18, 14, 13, 35, 15, 18, 35, 49, 19, 36, 21, 49, 45, 26, 25, 100, 38, 30, 58, 63, 31, 70, 33, 110, 65, 38, 63, 126, 39, 42, 75, 140, 43, 90, 45, 91, 126, 50, 49, 245, 66, 76, 95, 105, 55, 116, 91, 180, 105, 62, 61, 245, 63, 66, 162, 235, 105, 130, 69 (list; graph; listen)
OFFSET

1,2

REFERENCES

J. S. Rutherford, The enumeration and symmetry-significant properties of derivative lattices, Acta Cryst. A48 (1992), 500-508. See g(n).

MAPLE

with(numtheory); g:=proc(n) local d, c, b, t0, t1, t2, t3;

t1:=divisors(n);

t0:=add( sigma(d), d in t1);

t2:=0; for d in t1 do if d mod 2 = 0 then t2:=t2+sigma(d/2); fi; od:

t3:=0; for d in t1 do if d mod 4 = 0 then t3:=t3+sigma(d/4); fi; od:

t0-2*t2+4*t3; end;

[seq(g(n), n=1..100)];

CROSSREFS

Sequence in context: A021392 A131688 A096624 this_sequence A069887 A120303 A093413

Adjacent sequences: A145375 A145376 A145377 this_sequence A145379 A145380 A145381

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Mar 12 2009

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research