cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A248628 Least positive integer m such that prime(m+n) divides the m-th Fibonacci number F(m) given by A000045.

This page as a plain text file.
%I A248628 #12 Jan 05 2018 20:34:20
%S A248628 183,22,15,56,42,320,138,852,93,90,19,39,11,2100,956,140,921,341,44,
%T A248628 78,644,13160,212,22,26,855,333330,815,1032,221,400,28,1188,49897,296,
%U A248628 369,731,13,680,42,144,651,46,4105,626,52,204,5529,310,525,4557,441,128,9768,102,106,168,442
%N A248628 Least positive integer m such that prime(m+n) divides the m-th Fibonacci number F(m) given by A000045.
%H A248628 Chai Wah Wu, <a href="/A248628/b248628.txt">Table of n, a(n) for n = 1..718</a>
%e A248628 a(2) = 22 since prime(22+2) = 89 divides F(22) = 17711 = 89*199.
%t A248628 Do[m=1;Label[aa];If[Mod[Fibonacci[m],Prime[m+n]]==0,Print[n," ",m];Goto[bb]];m=m+1;Goto[aa];Label[bb];Continue,{n,1,58}]
%Y A248628 Cf. A000040, A000045, A247937, A248593, A248626.
%K A248628 nonn
%O A248628 1,1
%A A248628 _Zhi-Wei Sun_, Oct 10 2014