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!)
A107038 First differences of indices of squarefree Fibonacci numbers. 2
1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 2, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
First differences of A037918.
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..1078 (terms 0..763 from Muniru A Asiru)
MAPLE
with(numtheory): with(combinat): a:=proc(n) if mobius(fibonacci(n))<>0 then n else fi end:A:=[seq(a(n), n=1..180)]:seq(A[j]-A[j-1], j=2..nops(A)); # Emeric Deutsch, May 30 2005
PROG
(GAP) P1:=List(List(List([1..180], n->Fibonacci(n)), Factors), Collected);;
P2:=Positions(List(List([1..Length(P1)], i->List([1..Length(P1[i])], j->P1[i][j][2])), Set), [1]);; a:=List([1..Length(P2)-1], j->P2[j+1]-P2[j]); # Muniru A Asiru, Jul 06 2018
(PARI) lista(nn) = {my(v = select(x->issquarefree(x), vector(nn, k, fibonacci(k)), 1)); vector(#v-1, k, v[k+1] - v[k]); } \\ Michel Marcus, Jul 09 2018
CROSSREFS
Sequence in context: A055457 A277873 A032542 * A236833 A328511 A371245
KEYWORD
nonn
AUTHOR
Paul Barry, May 09 2005
EXTENSIONS
More terms from Emeric Deutsch, May 30 2005
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)