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.

A124515 Numbers k for which 2*k-1, 4*k-1, 8*k-1, 16*k-1, 32*k-1, 64*k-1, 128*k-1 and 256*k-1 are primes.

Original entry on oeis.org

9549960, 26277285, 42932385, 85864770, 99239790, 113183070, 152596290, 172159515, 198479580, 237059175, 287482065, 305192580, 342533490, 382203030, 542591115, 563002110, 597825570, 686106720, 742227135, 786875025, 1135145760
Offset: 1

Views

Author

Artur Jasinski, Nov 04 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Select[15*Range[76000000], And @@ PrimeQ /@ ({2, 4, 8, 16, 32, 64, 128, 256}*# - 1) &] (* Ray Chandler, Nov 22 2006 *)

Extensions

Extended by Ray Chandler, Nov 22 2006