The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A363456 Positions of the terms of the Chernoff sequence (A006939) in A025487. 1
1, 2, 6, 27, 150, 900, 5697, 37226, 246280, 1648592, 11204274 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Indices of records in A363455.
LINKS
FORMULA
A025487(a(n)) = A006939(n).
A363455(a(n)) = n.
EXAMPLE
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.
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
CROSSREFS
Similar sequences: A098718, A098719, A293635, A306802, A346043, A346407.
Sequence in context: A030858 A030932 A340356 * A118192 A338180 A307595
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Jun 03 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 12 14:48 EDT 2024. Contains 373331 sequences. (Running on oeis4.)