Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A045823
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A045823 a(n)=sigma_3(2n+1). +0
6
1, 28, 126, 344, 757, 1332, 2198, 3528, 4914, 6860, 9632, 12168, 15751, 20440, 24390, 29792, 37296, 43344, 50654, 61544, 68922, 79508, 95382, 103824, 117993, 137592, 148878, 167832, 192080, 205380, 226982, 260408, 276948, 300764, 340704, 357912 (list; graph; listen)
OFFSET

0,2

FORMULA

Expansion of q^(-1) * ( E_4(q) - 9 * E_4(q^2) + 8 * E_4(q^4) ) / 240 in powers of q^2. - Michael Somos Nov 29 2007

Expansion of q^(-1) * (eta(q^2)^24 + eta(q)^16 * eta(q^4)^8) / (2 * eta(q)^8 * eta(q^2)^8) in powers of q^2. - Michael Somos Nov 29 2007

a(n) = b(2*n+1) where b(n) is multiplicative and b(2^e) = 0^e, b(p^e) = ((p^3)^(e+1) - 1) / (p^3 - 1) if p>2. - Michael Somos Nov 29 2007

EXAMPLE

q + 28*q^3 + 126*q^5 + 344*q^7 + 757*q^9 + 1332*q^11 + 2198*q^13 + ...

PROGRAM

(PARI) {a(n) = if( n<0, 0, sigma(2 * n + 1, 3))} /* Michael Somos Nov 29 2007 */

(PARI) {a(n) = local(A); if( n<0, 0, n *= 2; A = x * O(x^n); polcoeff( (eta(x^2 + A)^24 + eta(x + A)^16 * eta(x^4 + A)^8) / (2 * eta(x + A)^8 * eta(x^2 + A)^8), n))} /* Michael Somos Nov 29 2007 */

CROSSREFS

A045819/2.

Bisection of A001158. Cf. A008438.

Sequence in context: A042536 A042538 A101095 this_sequence A044360 A044741 A123376

Adjacent sequences: A045820 A045821 A045822 this_sequence A045824 A045825 A045826

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 12 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 December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research