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.

A077185 a(n) = A000422(A077183(n))/prime(n).

This page as a plain text file.
%I A077185 #11 May 09 2025 17:38:26
%S A077185 0,7,0,3,128465555544332211,11647163162383665717,58097313,2859,
%T A077185 702235353091782071927,149,814268458452231668262948810358418956591,
%U A077185 5730248154490578733002999666333
%N A077185 a(n) = A000422(A077183(n))/prime(n).
%e A077185 a(4) = 3 = 21 /7.
%p A077185 a077183 := [0, 2, 0, 2, 14, 15, 9, 5, 16, 4, 25, 21, 40, 67, 78, 66, 25, 111, 161, 49, 30, 15, 27, 20, 63, 98, 102, 3, 99, 92, 296, 71, 22, 367, 4, 48, 50, 91, 45, 241, 137, 258, 23, 28, 212, 40, 96, 408, 456, 110] : A055642 := proc(n) floor(log[10](n))+1 ; end : A000422 := proc(n) local resul,i; resul := 0 ; for i from n to 1 by -1 do resul := 10^A055642(i)*resul+i ; od ; end: for n from 1 to nops(a077184) do if op(n,a077184) <> 0 then printf("%a, ",A000422(op(n,a077184))/ithprime(n)) ; else printf("%d, ",0) ; fi ; od ; # _R. J. Mathar_, Apr 01 2007
%Y A077185 Cf. A000422, A077180, A077181, A077182, A077183.
%K A077185 base,nonn
%O A077185 1,2
%A A077185 _Amarnath Murthy_, Nov 01 2002
%E A077185 Corrected and extended by _R. J. Mathar_, Apr 01 2007