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

A325630 Numbers k such that A000110(k) is divisible by k.

Original entry on oeis.org

1, 2, 35, 16833, 16989, 23684
Offset: 1

Views

Author

Vaclav Kotesovec, Sep 07 2019

Keywords

Comments

No other terms below 50000.
From Amiram Eldar, Jun 20 2024: (Start)
Numbers k such that A166226(k) = 0.
All the terms above 2 are composites since A166226(p) == 2 (mod p) for prime p. (End)
No other terms below 90000. - Michael S. Branicky, Jan 09 2025

Examples

			35 is in the sequence because A000110(35) = 35 * 8045720086273150473238297902.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], Divisible[BellB[#], #] &]
Showing 1-1 of 1 results.