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!)
A281432 E.g.f. C(x) satisfies: C(x) = cosh( Integral C(x)^5 dx ). 1
1, 1, 21, 1341, 173961, 38032281, 12572222301, 5853055718421, 3649908317290641, 2936992590376253361, 2962874009751302380581, 3662113951884448455886701, 5442785335874229886957949721, 9576772316393556595041389524041, 19688717121629473508791582116311661, 46766278604566476892923500929537926981, 127098490344228968075529350992858163636001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
C(x)^2 - S(x)^2 = 1 and C(x) = 1 + Integral C(x)^5*S(x) dx, where S(x) is described by A281431.
MATHEMATICA
terms = 20; max = 2terms; se = Series[(1/8)*((x*(5+3x^2))/(1+x^2)^2 + 3* ArcTan[x]), {x, 0, max}]; s[x_] = InverseSeries[se, x] // Normal; coes = CoefficientList[Sqrt[1+s[x]^2]+O[x]^(max+1), x]*Range[0, max]!; Partition[ coes, 2][[All, 1]] (* Jean-François Alcover, Mar 01 2017 *)
PROG
(PARI) {a(n) = my(S=x, C=1); for(i=0, n, S = intformal( C^6 +x*O(x^(2*n))); C = 1 + intformal( S*C^5 ) ); (2*n)!*polcoeff(C, 2*n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A250061 A267949 A268096 * A231782 A221733 A298851
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 21 2017
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 12 07:53 EDT 2024. Contains 373325 sequences. (Running on oeis4.)