OFFSET
0,6
LINKS
Dana Jacobsen, Table of n, a(n) for n = 0..56
PROG
(PARI) \\ With RR[.] is a list of A104272(.). The output of this program is (for n>=1) n, A190502(n), and RR[a(n)], a(n).
j=0; while(2^j<RR[10^8], {n=1; while(RR[n]<=2^j, n++); pn=n-1; if(n<=1, print(j, " ", 0, " none"), print(j, " ", pn, " ", RR[pn], " ", pn-pn2)); pn2=pn; j++});
(Perl) use ntheory ":all"; say "$_ ", ramanujan_prime_count(1 << $_) - ramanujan_prime_count(1 << ($_-1)) for 0..56; # Dana Jacobsen, May 05 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
John W. Nicholson, May 11 2011
EXTENSIONS
Extended by T. D. Noe, May 11 2011
Modified the name as to match offset to A190502 and added leading term, John W. Nicholson, May 12 2011
Extended to n = 32 by John W. Nicholson, Dec 01 2012
Extended to n = 47, using A190502 data, by John W. Nicholson, Jan 31 2016
STATUS
approved