The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A145632 Denominator of the polynomial A_l(x) = sum_{d=1..l-1} x^(l-d)/d for index l=2n+1 evaluated at x=12. 1
1, 1, 5, 70, 7, 77, 1001, 20020, 255255, 1616615, 1616615, 74364290, 185910725, 79676025, 770201575, 191009990600, 2170568075, 45581929575, 562177131425, 1124354262850, 3292751769775, 1557471587103575, 1557471587103575 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For numerators see A145631. For general properties of A_l(x) see A145609.
LINKS
MATHEMATICA
m = 12; aa = {}; Do[k = 0; Do[k = k + m^(2 r + 1 - d)/d, {d, 1, 2 r}]; AppendTo[aa, Denominator[k]], {r, 1, 30}]; aa (*Artur Jasinski*)
CROSSREFS
Sequence in context: A157038 A211393 A231355 * A299318 A051538 A218709
KEYWORD
frac,nonn
AUTHOR
Artur Jasinski, Oct 14 2008
EXTENSIONS
Edited by R. J. Mathar, Aug 21 2009
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 June 5 14:10 EDT 2024. Contains 373105 sequences. (Running on oeis4.)