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-2 of 2 results.

A094400 Odd n dividing Fibonacci(n)-1 but neither Fibonacci(n-1) nor Fibonacci(n+1).

Original entry on oeis.org

7743, 27071, 54839, 72831, 217257, 388367, 417601, 575599, 670879, 691447, 701569, 809999, 850541, 881011, 1274897, 1365407, 1383249, 1464449, 1504097, 1653751, 1922817, 2106017, 2276351, 2385811, 2474047, 2556553, 2628879, 2697899, 2804543, 3017729, 3352049
Offset: 1

Views

Author

Eric Rowland, May 01 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[50000], OddQ[ # ] && Mod[Fibonacci[ # ] - 1, # ] == 0 && ! Mod[Fibonacci[ # - 1], # ] == 0 && ! Mod[Fibonacci[ # + 1], # ] == 0 &]

Extensions

Offset corrected by and a(15)-a(31) from Giovanni Resta, Jul 20 2013

A094398 Numbers k that divide Lucas(k) + 1.

Original entry on oeis.org

1, 2, 4, 8, 15, 16, 32, 64, 128, 256, 323, 368, 512, 736, 1024, 1472, 2048, 2944, 4096, 4879, 5655, 5888, 6479, 7055, 8192, 8464, 9879, 10815, 11663, 11776, 12935, 16384, 16928, 18407, 19043, 23407, 23552, 31535, 32768, 33856, 34943, 35207, 35296
Offset: 1

Views

Author

Eric Rowland, May 01 2004

Keywords

Comments

The powers of 2 (A000079) are in the sequence. - Michel Lagneau, Feb 09 2015

Crossrefs

Programs

Showing 1-2 of 2 results.