login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178189 Numerators of sum (1/5)^((k^2+3k)/2) from k=1 to n. 1
1, 126, 78751, 246096876, 3845263687501, 300411225586015626, 117348134994537353906251, 229195576161205769348146484376, 2238238048449275091290493011484375001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Series of the kind m^((k^2+3k)/2) from k=1 to n was studied by Bernoulli and Euler.
LINKS
MATHEMATICA
aa = {}; m = 1/5; sum = 0; Do[sum = sum + m^((n + 3) n/2); AppendTo[aa, Numerator[sum]], {n, 1, 20}]; aa (*Artur Jasinski*)
PROG
(PARI) a(n) = numerator(sum(k=1, n, (1/5)^((k^2+3*k)/2))); \\ Michel Marcus, Sep 09 2013
CROSSREFS
Sequence in context: A364402 A295816 A213405 * A365026 A294852 A078206
KEYWORD
nonn,frac
AUTHOR
Artur Jasinski, May 21 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)