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!)
A131138 a(n)=log_3(A131137(n)). 1

%I #4 Jul 15 2014 10:18:06

%S 0,1,2,3,3,4,5,5,6,7,6,7,8,8,9,10,10,11,12,11,12,13,13,14,15,15,16,17,

%T 15,16,17,17,18,19,19,20,21,20,21,22,22,23,24,24,25,26,25,26,27,27,28,

%U 29,29,30,31,29,30,31,31,32,33,33,34,35,34,35,36,36

%N a(n)=log_3(A131137(n)).

%o (PARI) a(n)=if(n<4,n,valuation(denominator(polylog(1-n,1/4)/4),3)) \\ _Charles R Greathouse IV_, Jul 15 2014

%K easy,nonn

%O 0,3

%A _Paul Barry_, Jun 17 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)