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

A023699 Numbers with a single 2 in their ternary expansion.

Original entry on oeis.org

2, 5, 6, 7, 11, 14, 15, 16, 18, 19, 21, 22, 29, 32, 33, 34, 38, 41, 42, 43, 45, 46, 48, 49, 54, 55, 57, 58, 63, 64, 66, 67, 83, 86, 87, 88, 92, 95, 96, 97, 99, 100, 102, 103, 110, 113, 114, 115, 119, 122, 123, 124, 126, 127, 129, 130, 135, 136, 138, 139, 144, 145
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Range[ 162 ], (Count[ IntegerDigits[ #, 3 ], 2 ]==1)& ]
    Select[Range[200],DigitCount[#,3,2]==1&] (* Harvey P. Dale, Jul 26 2023 *)

A291903 Sums of the fourth powers of the descent set statistics for permutations on n elements.

Original entry on oeis.org

1, 1, 2, 34, 1576, 190216, 46479536, 21246061600, 16505196258944, 20569621110703360, 39048520577674054912, 108556407221350072075840, 427386074980323385950161920, 2317659324414032887611600999424, 16904848426143946143993568391307264, 162490636486997482412425606460112242944, 2021898321663894965658036079204603050491904
Offset: 0

Views

Author

Richard Ehrenborg, Sep 05 2017

Keywords

Examples

			For n=4, we have a(4) = 1^4 + 3^4 + 5^4 + 3^4 + 3^4 + 5^4 + 3^4 + 1^4 = 1576.
		

Crossrefs

Column k=4 of A334622.

Formula

a(n) = Sum_{j=0..ceiling(2^(n-1))-1} A060351(n,j)^4. - Alois P. Heinz, Sep 15 2020

Extensions

a(0)=1 prepended by Alois P. Heinz, Sep 09 2020
Showing 1-2 of 2 results.