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.

A137148 a(n) = k*phi(k), where k is the n-th nonprime number.

This page as a plain text file.
%I A137148 #15 Oct 26 2024 10:45:57
%S A137148 1,8,12,32,54,40,48,84,120,128,108,160,252,220,192,500,312,486,336,
%T A137148 240,512,660,544,840,432,684,936,640,504,880,1080,1012,768,2058,1000,
%U A137148 1632,1248,972,2200,1344,2052,1624,960,1860,2268,2048,3120,1320,2176,3036
%N A137148 a(n) = k*phi(k), where k is the n-th nonprime number.
%C A137148 Numbers that occur in A002618 but not in A036689.
%H A137148 Amiram Eldar, <a href="/A137148/b137148.txt">Table of n, a(n) for n = 1..10000</a>
%F A137148 a(n) = A002618(A018252(n)). - _R. J. Mathar_, Jan 18 2021
%F A137148 Sum_{n>=1} 1/a(n) = A065484 - A136141 = 1.430699927388... . - _Amiram Eldar_, Oct 26 2024
%t A137148 a = {}; Do[If[!PrimeQ[n], AppendTo[a, n EulerPhi[n]]], {n, 1, 100}]; a
%Y A137148 Cf. A002618, A018252, A036689, A065484, A136141.
%K A137148 nonn,easy
%O A137148 1,2
%A A137148 _Artur Jasinski_, Jan 23 2008