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.

A077294 a(n) = A077293(n)/n.

This page as a plain text file.
%I A077294 #8 May 16 2020 12:04:42
%S A077294 12,17,189,2,182,18535523586,2454560,265279053157841,32559,
%T A077294 32333435363738394,3765849495877,4,3808088656573505058353543202028,
%U A077294 469,45124647144849165,47986174880114274,5,48266
%N A077294 a(n) = A077293(n)/n.
%H A077294 Jinyuan Wang, <a href="/A077294/b077294.txt">Table of n, a(n) for n = 1..100</a>
%o A077294 (PARI) lista(nn) = {my(k=0, m); for(n=1, nn, m=k++; while(m%n>0 || m==n, m=eval(Str(m, k++))); print1(m/n, ", ")); } \\ _Jinyuan Wang_, May 16 2020
%Y A077294 Cf. A077293.
%K A077294 nonn,base
%O A077294 1,1
%A A077294 _Amarnath Murthy_, Nov 03 2002
%E A077294 More terms from _R. J. Mathar_, May 30 2008