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.

A127263 Numbers k such that k^3 divides 2^(k^2)+1.

Original entry on oeis.org

1, 3, 57, 32547, 9961491, 297381939, 1338104811, 3942759027, 5688011361, 8920514307, 9146532873, 40253706489, 243640690617, 764039295291, 1127102902923, 1556475424971, 2251315404417, 3005607686883, 5222670270483
Offset: 1

Views

Author

Max Alekseyev, Mar 27 2007, Mar 29 2007, Apr 18 2007

Keywords

Comments

If k belongs to this sequence, then so does (2^(k^2)+1)/k^2.
From Alexander Adamchuk, May 14 2010: (Start)
3 divides a(n) for n>1.
19 divides a(n) for n>2. (End)

Crossrefs

Programs

  • Mathematica
    Select[Range[100000], Divisible[2^(#^2) + 1, #^3] &] (* Robert Price, Mar 23 2020 *)

Extensions

a(7) from Ryan Propper, Jan 01 2008
a(8)-a(19) from Max Alekseyev, May 14 2010