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.

A092826 Prime Apery numbers.

This page as a plain text file.
%I A092826 #11 Feb 16 2025 08:32:53
%S A092826 5,73,12073365010564729,10258527782126040976126514552283001
%N A092826 Prime Apery numbers.
%C A092826 The next term is too large to include.
%C A092826 The next term has more than 3800 digits. - _Harvey P. Dale_, Sep 13 2020
%H A092826 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/AperyNumber.html">Apéry Number</a>
%t A092826 Select[Table[Sum[Binomial[n,k]^2 Binomial[n+k,k]^2,{k,0,n}],{n,25}],PrimeQ] (* _Harvey P. Dale_, Sep 13 2020 *)
%Y A092826 Cf. A005259.
%K A092826 nonn
%O A092826 1,1
%A A092826 _Eric W. Weisstein_, Mar 07 2004