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!)
A145658 a(n) = numerator of polynomial of genus 1 and level n for m = 3 3
0, 3, 21, 65, 393, 5907, 17731, 372411, 2234571, 20111419, 20111503, 663680439, 1991042087, 77650650633, 33278851497, 19967311127, 119803867191, 6109997233605, 54989975121893, 1044809527432655, 15672142912044093 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For numerator of polynomial of genus 1 and level n for m = 1 see A001008.
Definition: The polynomial A[1,2n+1](m) = A[genus 1,level n] is here defined as
Sum_{d=1..n-1} m^(n-d)/d.
Few first A[1,n](m):
n=1: A[1,1](m)= 0;
n=2: A[1,2](m)= m;
n=3: A[1,3](m)= m/2 + m^2;
n=4: A[1,4](m)= m/4 + m^2/3 + m^3/2 + m^4.
General formula which uses these polynomials is:
(1/(n+1))Hypergeometric2F1[1,n,n+1,1/m] =
Sum_{x>=0} m^(-x)/(x+n) =
m^n*arctanh((2m-1)/(2m^2-2m+1)) - A[1,n](m) =
m^n*log(m/(m-1)) - A[1,n](m).
LINKS
MAPLE
A145658 := proc(n) add( 3^(n-d)/d, d=1..n-1) ; numer(%) ; end proc: # R. J. Mathar, Feb 01 2011
MATHEMATICA
m = 3; aa = {}; Do[k = 0; Do[k = k + m^(r - d)/d, {d, 1, r - 1}]; AppendTo[aa, Numerator[k]], {r, 1, 30}]; aa
CROSSREFS
Sequence in context: A331082 A117984 A050615 * A342548 A188667 A083564
KEYWORD
frac,nonn
AUTHOR
Artur Jasinski, Oct 16 2008
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)