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.

A165838 Totally multiplicative sequence with a(p) = 17.

This page as a plain text file.
%I A165838 #10 Apr 09 2016 19:56:07
%S A165838 1,17,17,289,17,289,17,4913,289,289,17,4913,17,289,289,83521,17,4913,
%T A165838 17,4913,289,289,17,83521,289,289,4913,4913,17,4913,17,1419857,289,
%U A165838 289,289,83521,17,289,289,83521,17,4913,17,4913,4913,289,17,1419857,289,4913
%N A165838 Totally multiplicative sequence with a(p) = 17.
%H A165838 G. C. Greubel, <a href="/A165838/b165838.txt">Table of n, a(n) for n = 1..10000</a>
%F A165838 a(n) = A001026(A001222(n)) = 17^bigomega(n) = 17^A001222(n).
%p A165838 with(numtheory); A165838:=n->17^bigomega(n); seq(A165838(n), n=1..50); # _Wesley Ivan Hurt_, Feb 15 2014
%t A165838 Table[17^PrimeOmega[n], {n, 50}] (* _Wesley Ivan Hurt_, Feb 15 2014 *)
%Y A165838 Cf. A001026, A001222.
%K A165838 nonn,mult
%O A165838 1,2
%A A165838 _Jaroslav Krizek_, Sep 28 2009