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!)
A322714 a(n) = denominator of the Riemann prime counting function for 10^n. 2
1, 3, 15, 2520, 45045, 102960, 232792560, 5354228880, 1115464350, 291136195350, 20629078984800, 144403552893600, 5342931457063200, 856326196254765600, 9419588158802421600, 3099044504245996706400, 4106233968125945635980, 16424935872503782543920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Riemann Prime Counting Function
FORMULA
a(n) = A096625(10^n).
a(n) = denominator of Sum_{k=1..floor(log_2(10^n))} pi(floor(10^(n/k)))/k, where pi(x) is the prime counting function A000720.
EXAMPLE
0, 16/3, 428/15, 445273/2520, 56175529/45045, 991892879/102960, 18296822833013/232792560, ...
PROG
(PARI) a(n) = denominator(sum(k=1, logint(10^n, 2), primepi(sqrtnint(10^n, k))/k));
CROSSREFS
The corresponding numerators are A322713.
Sequence in context: A096368 A016066 A012848 * A202621 A076046 A202380
KEYWORD
frac,nonn
AUTHOR
Daniel Suteu, Dec 24 2018
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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)