[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A109091 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

newer changes | Showing entries 11-20 | older changes
Expansion of (1 - eta(q)^5 / eta(q^5)) / 5 in powers of q.
(history; published version)
#28 by Seiichi Manyama at Sat Apr 01 11:03:15 EDT 2017
STATUS

editing

proposed

#27 by Seiichi Manyama at Sat Apr 01 11:02:20 EDT 2017
CROSSREFS
STATUS

proposed

editing

#26 by Seiichi Manyama at Sat Apr 01 10:59:24 EDT 2017
STATUS

editing

proposed

#25 by Seiichi Manyama at Sat Apr 01 10:59:00 EDT 2017
PROG

(Ruby)

def s(k, m, n)

s = 0

(1..n).each{|i| s += i if n % i == 0 && i % k == m}

s

end

def A109091(n)

(1..n).map{|i| s(5, 1, i) + s(5, 4, i) - s(5, 2, i) - s(5, 3, i)}

end # Seiichi Manyama, Apr 01 2017

STATUS

reviewed

editing

#24 by Joerg Arndt at Sat Apr 01 10:12:32 EDT 2017
STATUS

proposed

reviewed

#23 by Michel Marcus at Sat Apr 01 10:11:07 EDT 2017
STATUS

editing

proposed

Discussion
Sat Apr 01
10:11
Michel Marcus: fixed link
#22 by Michel Marcus at Sat Apr 01 10:10:56 EDT 2017
REFERENCES

Watson, G. N.; Ramanujans Vermutung ueber Zerfaellungsanzahlen. J. Reine Angew. Math. (Crelle), 179 (1938), 97-128. This is the expression B^5/C in the notation of p. 106. [Added by N. J. A. Sloane, Nov 13 2009]

LINKS

G. N. Watson, <a href="http://www.digizeitschriften.de/dms/img/?PID=GDZPPN002174499&amp;physid=phys107#navi">Ramanujans Vermutung über Zerfällungsanzahlen</a>, J. Reine Angew. Math. (Crelle), 179 (1938), 97-128. This is the expression B^5/C in the notation of p. 106. [Added by N. J. A. Sloane, Nov 13 2009]

#21 by Michel Marcus at Sat Apr 01 10:10:37 EDT 2017
LINKS

GDZ, <a href="http://gdz.sub.uni-goettingen.de/no_cache/dms/load/toc/?IDDOC=238618">Digitized volumes of Crelle</a> [Added by N. J. A. Sloane, Nov 13 2009]

STATUS

approved

editing

#20 by OEIS Server at Sat Apr 01 08:38:25 EDT 2017
LINKS

Seiichi Manyama, <a href="/A109091/b109091_1.txt">Table of n, a(n) for n = 1..10000</a>

#19 by N. J. A. Sloane at Sat Apr 01 08:38:25 EDT 2017
STATUS

proposed

approved

Discussion
Sat Apr 01
08:38
OEIS Server: Installed new b-file as b109091.txt.  Old b-file is now b109091_1.txt.