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.

A067918 Engel expansion of zeta(10) = Sum_{i>0} 1/i^10.

This page as a plain text file.
%I A067918 #12 Nov 22 2020 18:12:38
%S A067918 1,1006,1844,1943,2121,6730,9457,16986,26554,51607,190310,624191,
%T A067918 982911,8532607,228180184,328852129,1087944970,3446300146,6297250622,
%U A067918 13963928263,21739950459,22065516615,40578950043,147724913629,979260576959,988238658616,3024618853544
%N A067918 Engel expansion of zeta(10) = Sum_{i>0} 1/i^10.
%o A067918 (PARI) \\ a(1)=1 and with 1500 significant digits:
%o A067918 s=zeta(10); for(i=1,30,s=s*ceil(1/s)-1; print1(ceil(1/s),","); );
%Y A067918 See A006784 for explanation of Engel expansions.
%Y A067918 Cf. A013668.
%K A067918 easy,nonn
%O A067918 1,2
%A A067918 _Benoit Cloitre_, Mar 03 2002