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.

A363456 Positions of the terms of the Chernoff sequence (A006939) in A025487.

Original entry on oeis.org

1, 2, 6, 27, 150, 900, 5697, 37226, 246280, 1648592, 11204274
Offset: 0

Views

Author

Amiram Eldar, Jun 03 2023

Keywords

Comments

Indices of records in A363455.

Examples

			A006939(0) = A025487(1) = 1, so a(0) = 1.
A006939(1) = A025487(2) = 2, so a(1) = 2.
A006939(2) = A025487(6) = 12, so a(2) = 6.
		

Crossrefs

Programs

  • Mathematica
    lps = Cases[Import["https://oeis.org/A025487/b025487.txt", "Table"], {, }][[;; , 2]];
    cher = Table[Product[Prime[k]^(n - k + 1), {k, 1, n}], {n, 0, 8}]
    Position[lps, #] & /@ cher // Flatten

Formula

A025487(a(n)) = A006939(n).
A363455(a(n)) = n.