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.

Previous Showing 11-14 of 14 results.

A317945 Filter sequence constructed from the coefficients of the Stern polynomials B(d,t) collected for each divisor d of n. Restricted growth sequence transform of A317944.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81
Offset: 1

Views

Author

Antti Karttunen, Aug 12 2018

Keywords

Comments

Differs from A000027(n) = n (positive integers) from a(193) = 191 on.
For all i, j: a(i) = a(j) => A317838(i) = A317838(j).
There are certain prime pairs p, q for which the Stern polynomials B(p,t) and B(q,t) (see table A125184) have equal multisets of nonzero coefficients. For example, for primes 191 and 193 these coefficients are {1, 2, 2, 2, 2, 3, 1} and {1, 2, 2, 2, 3, 2, 1} (from which follows that A278243(191) = A278243(193), A286378(191) = A286378(193) and thus => a(191) = a(193) => A002487(191) = A002487(193) as well). Other such prime pairs currently known are {419, 461}, {2083, 2143} and {11777, 12799}. Whenever a(p) = a(q) for such a prime pair, then also a(2^k * p) = a(2^k * q) for all k >= 0. It would be nice to know whether there could exist any other cases of a(i) = a(j), i != j, but for example both i and j being odd semiprimes?

Crossrefs

Programs

  • PARI
    \\ Needs also code from A286378.
    up_to = 65537;
    A317944(n) = { my(m=1); fordiv(n,d, if(d>1, m *= prime(A286378(d)-1))); (m); };
    v317945 = rgs_transform(vector(up_to, n, A317944(n)));
    A317945(n) = v317945[n];

A284012 a(n) = A284011(A260443(n)) = A284010(A260443(A260443(n))).

Original entry on oeis.org

2, 2, 6, 2, 12, 6, 30, 2, 60, 12, 120, 6, 180, 30, 210, 2, 420, 6, 30, 2, 60, 6, 30, 2, 420, 6, 30, 6, 60, 6, 30, 2, 420, 6, 30, 2, 60, 30, 60, 6, 30, 6, 30, 2, 60, 30, 30, 2, 30, 6, 30, 2, 30, 6, 30, 6, 60, 30, 30, 6, 30, 6, 30, 2, 210, 6, 30, 2, 60, 6, 120, 2, 30, 30, 60, 6, 240, 6, 30, 2, 30, 6
Offset: 1

Views

Author

Antti Karttunen, Mar 20 2017

Keywords

Crossrefs

Differs from A278243 for the first time at n=18, where a(18) = 6, while A278243(18) = 60.

Programs

Formula

A278261 a(n) = A046523(A273671(n)).

Original entry on oeis.org

1, 8, 2, 8, 24, 24, 2, 64, 24, 24, 192, 72, 24, 24, 4, 8, 24, 96, 24, 72, 96, 24, 72, 192, 24, 3456, 192, 24, 3456, 24, 2, 216, 192, 24, 1080, 72, 24, 8640, 576, 192, 8640, 3456, 24, 1080, 3456, 192, 1080, 120, 72, 96, 120, 24, 96, 360, 72, 576, 360, 24, 192, 120, 24, 72, 6, 8, 24, 1080, 24, 5400, 8640, 24, 72, 1080, 24, 432000, 8640, 24, 3456, 12288, 24, 120
Offset: 1

Views

Author

Antti Karttunen, Nov 16 2016

Keywords

Comments

This sequence works as a "sentinel" for A273671 by matching to any sequence that is obtained as f(A273671(n)), where f(n) is any function that depends only on the prime signature of n (see the index entry for "sequences computed from exponents in ..."). The only other sequence that as of Nov 11 2016 seems to match is A106347, although more terms of the latter would be needed to better ascertain whether the connection is spurious or genuine.

Crossrefs

Sequences that seem to partition N into same or coarser equivalence classes: A106347

Programs

Formula

a(n) = A046523(A273671(n)).

A278543 a(n) = A046523(A277198(n)).

Original entry on oeis.org

1, 1, 2, 1, 1, 2, 6, 1, 1, 6, 6, 2, 2, 6, 30, 1, 1, 30, 12, 2, 2, 24, 60, 2, 2, 60, 60, 6, 6, 30, 210, 1, 1, 210, 60, 12, 6, 120, 360, 2, 2, 720, 240, 6, 12, 360, 1260, 2, 2, 1260, 360, 12, 12, 1080, 2520, 6, 6, 1260, 1260, 30, 30, 210, 2310, 1, 1, 2310, 420, 60, 60, 7560, 7560, 6, 6, 15120, 6480, 24, 24, 2160, 37800, 2, 2, 75600, 6480, 48, 48, 12960, 90720
Offset: 0

Views

Author

Antti Karttunen, Nov 30 2016

Keywords

Crossrefs

Programs

Formula

a(n) = A046523(A277198(n)).
Previous Showing 11-14 of 14 results.