cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A134374 a(n) = ((2n+1)!)^2.

Original entry on oeis.org

1, 36, 14400, 25401600, 131681894400, 1593350922240000, 38775788043632640000, 1710012252724199424000000, 126513546505547170185216000000, 14797530453474819213543604224000000
Offset: 0

Views

Author

Artur Jasinski, Oct 22 2007

Keywords

Crossrefs

Programs

Formula

a(n) = A009445(n)^2 = A001044(2n+1). - Wesley Ivan Hurt, May 02 2014
From Amiram Eldar, Nov 16 2020: (Start)
Sum_{n>=0} 1/a(n) = A334378.
Sum_{n>=0} (-1)^n/a(n) = Im(BesselJ(0, 2*exp(3*Pi*i/4))). (End)

A334379 Decimal expansion of Sum_{k>=0} 1/((2*k)!)^2.

Original entry on oeis.org

1, 2, 5, 1, 7, 3, 8, 0, 4, 0, 7, 3, 8, 6, 5, 1, 4, 6, 7, 7, 4, 4, 5, 1, 5, 9, 4, 7, 7, 3, 0, 7, 4, 0, 9, 8, 9, 5, 5, 5, 4, 9, 7, 7, 9, 2, 5, 0, 2, 0, 3, 3, 3, 2, 8, 5, 9, 9, 5, 9, 4, 7, 2, 8, 8, 3, 7, 5, 7, 9, 6, 5, 0, 5, 0, 0, 3, 4, 3, 5, 2, 3, 8, 7, 2, 1, 6, 4, 3, 0, 0, 2, 0, 4, 9, 5, 7, 6, 3, 2, 5, 1, 6, 9, 1, 6, 2, 8, 2, 7
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 25 2020

Keywords

Examples

			1/0!^2 + 1/2!^2 + 1/4!^2 + 1/6!^2 + ... = 1.25173804073865146774451594773...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(BesselI[0, 2] + BesselJ[0, 2])/2, 10, 110] [[1]]
  • PARI
    suminf(k=0, 1/((2*k)!)^2) \\ Michel Marcus, Apr 26 2020
    
  • PARI
    (besseli(0,2) + besselj(0,2))/2 \\ Michel Marcus, Apr 26 2020

Formula

Equals (BesselI(0,2) + BesselJ(0,2))/2.
Continued fraction: 1 + 1/(4 - 4/(145 - 144/(901 - ... - P(n-1)/((P(n) + 1) - ... )))), where P(n) = (2*n*(2*n - 1))^2. - Peter Bala, Feb 22 2024
Showing 1-2 of 2 results.