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!)
A270975 Indices i such that A055773(i) is not equal to A130087(i). 0
4, 5, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 1105, 1106, 1107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A number-theoretic explanation as to 'why' there is such a large gap between a(2) and a(3) is given in the Mathematics Stack Exchange link given below.
LINKS
EXAMPLE
A055773(897) is approximately equal to 3.6*10^191 and A130087(897) is approximately equal to 8.4*10^192. The third index i such that A055773(i) is not equal to A130087(i) is i=897, and thus a(3)=897.
PROG
(PARI) A055773(n)=prod(i=primepi(n/2)+1, primepi(n), prime(i));
A130087(n)=denominator(prod(k=1, n, k^moebius(k)));
for(i=0, 2000, if(A055773(i)!=A130087(i), print(i)))
CROSSREFS
Sequence in context: A134463 A298938 A309071 * A058916 A064612 A299639
KEYWORD
nonn
AUTHOR
John M. Campbell, Mar 27 2016
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 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)