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.

A278228 Least number with the prime signature of prime(n)+1.

This page as a plain text file.
%I A278228 #14 Nov 22 2016 21:48:28
%S A278228 2,4,6,8,12,6,12,12,24,30,32,6,30,12,48,24,60,6,12,72,6,48,60,60,12,
%T A278228 30,24,72,30,30,128,60,30,60,60,24,6,12,120,30,180,30,192,6,60,72,12,
%U A278228 96,60,30,60,240,12,180,30,120,120,48,6,30,12,60,60,120,6,30,12,12,60,60,30,360,48,30,60,384,210,6,30,30,420,6,432,30,120,60,180,6,210,48
%N A278228 Least number with the prime signature of prime(n)+1.
%H A278228 Antti Karttunen, <a href="/A278228/b278228.txt">Table of n, a(n) for n = 1..10000</a>
%F A278228 a(n) = A046523(A000040(n)+1).
%t A278228 Table[Times @@ MapIndexed[(Prime@ First@ #2)^#1 &, #] &@ If[Length@ # == 1 && #[[1, 1]] == 1, {0}, Reverse@ Sort@ #[[All, -1]]] &@ FactorInteger[ Prime@ n + 1], {n, 120}] (* _Michael De Vlieger_, Nov 21 2016 *)
%o A278228 (Scheme) (define (A278228 n) (A046523 (+ 1 (A000040 n))))
%Y A278228 Cf. A000040, A046523.
%Y A278228 Cf. A174801 (positions of terms <= 6).
%Y A278228 Cf. also A278227, A278229, A278230.
%K A278228 nonn
%O A278228 1,1
%A A278228 _Antti Karttunen_, Nov 19 2016