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!)
A364703 Numerators of coefficients in expansion of sqrt( 1 + x + 2*x^2 + 3*x^3 + 4*x^4 + ... ). 0
1, 1, 7, 17, 139, 263, 995, 1969, 32371, 66635, 268121, 527959, 4146719, 8259235, 33398491, 67666673, 2171753923, 4309377779, 17069564957, 34059684283, 274173644357, 552586858969, 2214430477093, 4407001803383, 70069816438007, 139923827220319, 562011390816205, 1129932221061107 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
The coefficients are 1, 1/2, 7/8, 17/16, 139/128, 263/256, 995/1024, 1969/2048, 32371/32768, 66635/65536, ...
MATHEMATICA
nmax = 27; CoefficientList[Series[Sqrt[1 + x/(1 - x)^2], {x, 0, nmax}], x] // Numerator
PROG
(PARI) my(x='x+O('x^30)); apply(numerator, Vec(sqrt(1 + x/(1 - x)^2))) \\ Michel Marcus, Aug 04 2023
CROSSREFS
The denominators appear to be A046161.
Sequence in context: A118108 A227506 A244279 * A325584 A214149 A147643
KEYWORD
nonn,frac
AUTHOR
Ilya Gutkovskiy, Aug 03 2023
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 May 10 08:52 EDT 2024. Contains 372373 sequences. (Running on oeis4.)