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!)
A073080 3 appears three times, 2*3=6 appears six times, 2*6=12 appears twelve times etc. 0

%I #8 Nov 24 2016 02:14:21

%S 3,3,3,6,6,6,6,6,6,12,12,12,12,12,12,12,12,12,12,12,12,24,24,24,24,24,

%T 24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,48,48,48,48,

%U 48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48

%N 3 appears three times, 2*3=6 appears six times, 2*6=12 appears twelve times etc.

%F Let b(1)=1 b(n+1)=b(n)*floor(n/b(n))+n*floor(b(n)/n) then a(n)=b(n+3)

%t Table[3*2^(n-1), {n, 1, 5}, {3*2^(n-1)}] // Flatten (* _Jean-François Alcover_, Nov 24 2016 *)

%K easy,nonn

%O 1,1

%A _Benoit Cloitre_, Aug 17 2002

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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)