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!)
A373175 Expansion of e.g.f. exp(sqrt(2*x+1)-1)/(2-sqrt(2*x+1))^2. 1
1, 3, 8, 25, 87, 386, 1663, 11313, 39560, 717067, -2408199, 128675438, -2009225567, 53624676795, -1282589050168, 35660396328721, -1032462831852297, 32302377782200418, -1070227545188815745, 37651172275242136857, -1398665563931458389304, 54757245858874447661683 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Y. Alp and E. G. Kocer, Exponential Almost-Riordan Arrays, Results Math 79, 173 (2024). See page 24.
MATHEMATICA
a[n_]:=n!SeriesCoefficient[Exp[Sqrt[2x+1]-1]/(2-Sqrt[2x+1])^2, {x, 0, n}]; Array[a, 22, 0]
PROG
(PARI) my(x = 'x+O('x^30)); Vec(serlaplace(exp(sqrt(2*x+1)-1)/(2-sqrt(2*x+1))^2)) \\ Michel Marcus, May 27 2024
CROSSREFS
Sequence in context: A148799 A148800 A244278 * A190343 A185043 A033483
KEYWORD
sign
AUTHOR
Stefano Spezia, May 26 2024
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 July 20 16:16 EDT 2024. Contains 374459 sequences. (Running on oeis4.)