[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A367730
Decimal expansion of BesselJ(0,2/sqrt(3)).
1
6, 9, 3, 4, 3, 6, 7, 8, 8, 1, 7, 9, 1, 8, 3, 1, 9, 0, 0, 9, 7, 7, 6, 0, 4, 6, 3, 3, 3, 3, 5, 4, 3, 9, 3, 1, 9, 7, 3, 2, 0, 9, 9, 5, 6, 2, 5, 3, 8, 6, 6, 5, 5, 5, 0, 9, 3, 4, 4, 4, 6, 5, 8, 3, 6, 6, 9, 3, 2, 6, 0, 3, 5, 4, 9, 3, 3, 5, 5, 6, 4, 1, 2, 9, 9, 8, 2, 1, 2, 7, 3, 0, 3, 2, 9, 0, 1, 6, 3
OFFSET
0,1
FORMULA
Equals Sum_{k>=0} 1 / ((-3)^k * k!^2).
EXAMPLE
0.69343678817918319009776046333354393...
MATHEMATICA
RealDigits[BesselJ[0, 2/Sqrt[3]], 10, 99][[1]]
PROG
(PARI) besselj(0, 2/sqrt(3)) \\ Michel Marcus, Nov 29 2023
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Nov 28 2023
STATUS
approved