The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133813 Numbers that are primally tight and have strictly descending powers. 8

%I #7 Apr 14 2015 11:40:50

%S 1,2,3,4,5,7,8,9,11,12,13,16,17,19,23,24,25,27,29,31,32,37,41,43,45,

%T 47,48,49,53,59,61,64,67,71,72,73,79,81,83,89,96,97,101,103,107,109,

%U 113,121,125,127,128,131,135,137,139,144,149,151,157,163,167,169,173,175

%N Numbers that are primally tight and have strictly descending powers.

%C All numbers of the form p_1^k1*p_2^k2*...*p_n^k_n, where k1 > k2 > ... > k_n and the p_i are n successive primes.

%C Subset of A073491, A133812.

%C Differs from A085233 starting n=22.

%H Reinhard Zumkeller, <a href="/A133813/b133813.txt">Table of n, a(n) for n = 1..10000</a>

%F A049084(A027748(a(n),k+1)) = A049084(A027748(a(n),k)) + 1 and A124010(a(n),k+1) < A124010(a(n),k), 1 <= k < A001221(a(n)). - _Reinhard Zumkeller_, Apr 14 2015

%o (Haskell)

%o import Data.List (isPrefixOf)

%o a133813 n = a133813_list !! (n-1)

%o a133813_list = 1 : filter f [2..] where

%o f x = isPrefixOf ps (dropWhile (< a020639 x) a000040_list) &&

%o all (< 0) (zipWith (-) (tail es) es)

%o where ps = a027748_row x; es = a124010_row x

%o -- _Reinhard Zumkeller_, Apr 14 2015

%Y Cf. A025487, A087980, A073491, A133808-A133812.

%Y Cf. A027748, A124010, A049084, A020639, A000040, A087980.

%K nonn

%O 1,2

%A _Olivier GĂ©rard_, Sep 23, 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 06:19 EDT 2024. Contains 372703 sequences. (Running on oeis4.)