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.

A362730 a(n) = [x^n] E(x)^n where E(x) = exp( Sum_{k >= 1} binomial(2*k,k)^2*x^k/k ).

This page as a plain text file.
%I A362730 #18 Mar 27 2025 04:08:24
%S A362730 1,4,68,1336,27972,607004,13478072,304083224,6941422916,159882680452,
%T A362730 3708781743068,86526900550864,2028273983776440,47733938489878528,
%U A362730 1127187050415921304,26694934151138897336,633813403549444601156,15082008687681962081088,359592614152718921447108
%N A362730 a(n) = [x^n] E(x)^n where E(x) = exp( Sum_{k >= 1} binomial(2*k,k)^2*x^k/k ).
%C A362730 Compare with A359108(n) = [x^n] F(x)^n where F(x) = exp( Sum_{k >= 1} binomial(2*k,k)*x^k/k ).
%C A362730 More generally, we inductively define a family of sequences {a(i,n) : n >= 0}, i >= 0, by setting a(0,n) = binomial(2*n,n)^2 and, for i >= 1, a(i,n) = [x^n] ( exp(Sum_{k >= 1} a(i-1,k)*x^k/k) )^n. In this notation the present sequence is {a(1,n)}.
%C A362730 We conjecture that the sequences {a(i,n) : n >= 0}, i >= 1, satisfy the supercongruences u(n*p^r) == u(n*p^(r-1)) (mod p^(3*r)) for all primes p >= 5, and positive integers n and r.
%F A362730 Conjecture: the supercongruence a(n*p^r) == a(n*p^(r-1)) (mod p^(3*r)) holds for all primes p >= 5 and positive integers n and r.
%p A362730 E(n,x) := series( exp(n*add(binomial(2*k,k)^2*x^k/k, k = 1..20)), x, 21 ):
%p A362730 seq(coeftayl(E(n,x), x = 0, n), n = 0..20);
%Y A362730 Cf. A000984, A002894, A224734, A359108, A362722 - A362733.
%K A362730 nonn,easy
%O A362730 0,2
%A A362730 _Peter Bala_, May 05 2023