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.

Showing 1-10 of 31 results. Next

A205866 Positions of multiples of 8 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

14, 19, 21, 23, 37, 50, 56, 65, 67, 76, 78, 80, 86, 94, 109, 111, 112, 125, 131, 140, 142, 143, 152, 157, 159, 160, 169, 171, 173, 179, 185, 199, 211, 220, 222, 223, 236, 242, 248, 254, 263, 265, 266, 275, 277, 286, 288, 289, 298, 300, 302, 308, 314
Offset: 1

Views

Author

Clark Kimberling, Feb 02 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples of 8 are in positions 14,19,21,...  See the example at A205867.
		

Crossrefs

Programs

  • Maple
    R:= select(t -> combinat:-fibonacci(t[1])-combinat:-fibonacci(t[2]) mod 8 =0, [seq(seq([i,j],i=0..11),j=0..11)]):
    Res:= NULL:
    for kk from 3 to 50 do
       km:= kk mod 12;
       n0:= 1 + (kk-2)*(kk-3)/2;
       js:= [$n0 ..(n0+kk-3)];
       Res:= Res, op( select(t -> member([kk, t+2-n0] mod 12,R), js));
    od:
    Res; # Robert Israel, Jul 27 2020
  • Mathematica
    (See the program at A205867.)

A204923 Least k such that n divides A204922(k), the k-th difference of two distinct Fibonacci numbers.

Original entry on oeis.org

1, 2, 5, 4, 9, 8, 7, 14, 18, 13, 12, 11, 20, 34, 60, 19, 35, 18, 17, 16, 27, 37, 58, 65, 32, 26, 29, 40, 25, 128, 24, 23, 22, 35, 191, 65, 87, 42, 141, 131, 52, 34, 39, 37, 60, 58, 33, 65, 74, 32, 128, 31, 30, 29, 44, 125, 59, 56, 286, 226
Offset: 1

Views

Author

Clark Kimberling, Jan 21 2012

Keywords

Comments

For a guide to related sequences, see A204892.

Crossrefs

Programs

  • Mathematica
    (See the program at A204924.)

A205556 Positions of multiples of 2 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

2, 4, 6, 8, 11, 13, 14, 16, 18, 19, 21, 23, 26, 29, 31, 32, 34, 35, 37, 39, 40, 42, 43, 45, 47, 50, 53, 56, 58, 59, 61, 62, 64, 65, 67, 69, 70, 72, 73, 75, 76, 78, 80, 83, 86, 89, 92, 94, 95, 97, 98, 100, 101, 103, 104, 106, 108, 109, 111, 112, 114, 115, 117
Offset: 1

Views

Author

Clark Kimberling, Feb 01 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples of 2 are in positions 2,4,6,8,11,...  See the example at A205837.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205837.)

A205841 Positions of multiples of 3 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

5, 8, 10, 11, 18, 22, 27, 29, 34, 36, 38, 40, 41, 48, 52, 57, 59, 60, 65, 68, 70, 71, 76, 78, 79, 84, 86, 87, 94, 98, 102, 106, 111, 113, 114, 119, 121, 126, 128, 129, 134, 136, 138, 140, 141, 146, 148, 149, 156, 160, 164, 168, 173, 175, 176, 181, 183, 184
Offset: 1

Views

Author

Clark Kimberling, Feb 01 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples of 3 are in positions 5,8,10,11,18,...  See the example at A205842.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205842.)

A205846 Positions of multiples of 4 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

4, 11, 14, 16, 19, 21, 23, 31, 37, 40, 42, 43, 50, 56, 59, 61, 62, 65, 67, 70, 72, 73, 76, 78, 80, 86, 94, 100, 106, 109, 111, 112, 115, 117, 118, 125, 131, 137, 140, 142, 143, 146, 148, 149, 152, 154, 157, 159, 160, 163, 165, 166, 169, 171, 173, 179
Offset: 1

Views

Author

Clark Kimberling, Feb 02 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples of 4 are in positions 4,11,14,16,19,...  See the example at A205847.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205847.)

A205851 Positions of multiples of 5 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

9, 13, 15, 16, 32, 44, 53, 55, 58, 60, 61, 68, 82, 87, 93, 104, 107, 118, 120, 128, 130, 131, 137, 143, 157, 162, 167, 172, 178, 189, 191, 197, 208, 210, 212, 223, 225, 226, 234, 236, 237, 243, 257, 262, 267, 272, 279, 281, 282, 288, 299, 303, 305, 306
Offset: 1

Views

Author

Clark Kimberling, Feb 02 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples
of 5 are in positions 9,13,15,16,32,... See the example
at A205852.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205852.)

A205856 Positions of multiples of 6 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

8, 11, 18, 29, 34, 40, 59, 65, 70, 76, 78, 86, 94, 98, 106, 111, 114, 128, 134, 140, 146, 148, 149, 156, 160, 168, 173, 176, 194, 200, 202, 203, 208, 211, 216, 219, 226, 242, 254, 259, 262, 269, 275, 277, 282, 285, 292, 298, 300, 302, 305, 320, 328
Offset: 1

Views

Author

Clark Kimberling, Feb 02 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples of
6 are in positions 8,11,18,29,...  See the example at
A205857.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205857.)

A205861 Positions of multiples of 7 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

7, 27, 34, 36, 40, 57, 72, 74, 75, 79, 83, 98, 106, 110, 119, 121, 125, 134, 136, 138, 148, 156, 175, 181, 191, 195, 204, 206, 207, 216, 218, 219, 223, 238, 246, 259, 261, 262, 266, 275, 282, 284, 285, 289, 298, 300, 304, 310, 320, 336, 353, 363, 369
Offset: 1

Views

Author

Clark Kimberling, Feb 02 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922 = (1,2,1,4,3,2,7,6,5,3,12,11,...), multiples of 6 are in positions 7,27,34,36,... See the example at A205862.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205862.)

A205871 Positions of multiples of 9 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

18, 29, 41, 60, 65, 71, 76, 78, 86, 111, 121, 129, 140, 168, 173, 195, 200, 202, 203, 211, 219, 227, 242, 254, 262, 270, 275, 277, 285, 293, 298, 300, 302, 320, 328, 332, 355, 369, 383, 388, 390, 391, 399, 412, 422, 438, 442, 462, 473, 479, 497, 505
Offset: 1

Views

Author

Clark Kimberling, Feb 02 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples
of 9 are in positions 18,29,41,...  See the example at
A205872.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205872.)

A205876 Positions of multiples of 10 in A204922 (differences of Fibonacci numbers).

Original entry on oeis.org

13, 16, 32, 53, 58, 61, 104, 118, 120, 128, 131, 137, 143, 157, 162, 191, 197, 208, 223, 225, 226, 236, 257, 262, 272, 279, 282, 288, 305, 323, 326, 332, 343, 346, 361, 392, 416, 434, 445, 463, 465, 470, 488, 491, 509, 511, 512, 518, 532, 537, 547
Offset: 1

Views

Author

Clark Kimberling, Feb 02 2012

Keywords

Comments

For a guide to related sequences, see A205840.

Examples

			In A204922=(1,2,1,4,3,2,7,6,5,3,12,11,...), multiples of 10 are in positions 13,16,32,...  See the example at A205877.
		

Crossrefs

Programs

  • Mathematica
    (See the program at A205877.)
Showing 1-10 of 31 results. Next