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!)
A077015 a(1) = 1, continue by multiplying by the smallest composite number and then dividing by the smallest prime not used earlier and taking the integer part at every step. 1

%I #12 Feb 20 2022 11:59:11

%S 1,4,2,12,4,32,6,54,7,70,6,72,5,70,4,60,3,48,2,36,1,20

%N a(1) = 1, continue by multiplying by the smallest composite number and then dividing by the smallest prime not used earlier and taking the integer part at every step.

%C For some k, n > k, a(n) = 0 for all n. What is the value of k?

%C All additional terms are zero. - _Franklin T. Adams-Watters_, Sep 07 2006

%e a(2) = 1*4 = 4, a(3) = 4/2 = 2, a(4) = 2*6 = 12, a(5) = 12/3 = 4, a(6) = 4*8 = 32, a(7) = floor(32/5) = 6.

%Y Cf. A077016.

%K fini,full,nonn

%O 1,2

%A _Amarnath Murthy_, Oct 28 2002

%E More terms from _Franklin T. Adams-Watters_, Sep 07 2006

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 April 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)