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!)
A186038 a(n) = log_3(A002426(n)/numerator(A002426(n)/3^n)). 2
0, 0, 1, 0, 0, 1, 1, 1, 3, 0, 0, 1, 0, 0, 1, 2, 2, 4, 1, 1, 2, 1, 1, 2, 2, 2, 5, 0, 0, 1, 0, 0, 1, 1, 1, 3, 0, 0, 1, 0, 0, 1, 5, 3, 4, 2, 2, 3, 2, 2, 3, 3, 3, 6, 1, 1, 2, 1, 1, 2, 2, 2, 4, 1, 1, 2, 1, 1, 2, 3, 3, 6, 2, 2, 3, 2, 2, 3, 3, 3, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
(-1)^a(n) = A186039(n).
LINKS
MAPLE
A186038 := proc(n)
local m, ml ;
m := A002426(n) ;
ml := %/3^n ;
m/numer(ml) ;
ilog[3](%) ;
end proc: # R. J. Mathar, Feb 13 2015
MATHEMATICA
b[n_] := If[n < 0, 0, 3^n Hypergeometric2F1[1/2, -n, 1, 4/3]];
a[n_] := Log[3, b[n]/Numerator[b[n]/3^n]]; Table[a[n], {n, 0, 50}] (* G. C. Greubel, Feb 27 2017 *)
CROSSREFS
Sequence in context: A344833 A233286 A305802 * A091009 A204814 A174903
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Feb 11 2011
STATUS
approved

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 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)