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!)
A233919 a(n) is the number of noncomposites (primes or 1) that are n digits long in balanced ternary notation. 1

%I #6 Dec 08 2015 01:51:45

%S 1,2,4,6,18,42,111,279,752,1990,5376,14707,40465,111970,311997,873239,

%T 2455818,6933060,19640273,55813426,159047591,454373344,1301016216,

%U 3733009232,10731465131,30904208376,89140202911,257498974953,744861243809,2157405104355

%N a(n) is the number of noncomposites (primes or 1) that are n digits long in balanced ternary notation.

%t BTSeg[d_Integer] := Module[{}, {3^d - (3^d - 1)/2, 3^d + (3^d - 1)/2}];

%t Table[s = BTSeg[d]; PrimePi[Ceiling[s[[2]]/2]*2] - PrimePi[s[[1]] - 1], {d, 0, 29}]

%Y Cf. A004676, A162145.

%K nonn,base

%O 1,2

%A _Lei Zhou_, Dec 17 2013

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 19:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)