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

A295081 Number of partitions of 1 into exactly 10*n+1 powers of 1/11.

Original entry on oeis.org

1, 1, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2047, 4093, 8185, 16368, 32732, 65456, 130896, 261760, 523456, 1046784, 2093312, 4186112, 8371200, 16740352, 33476610, 66945033, 133873694, 267714648, 535363824, 1070596720, 2140931616, 4281339648, 8561632256
Offset: 0

Views

Author

Alois P. Heinz, Nov 13 2017

Keywords

Crossrefs

Column k=10 of A294775.

Programs

  • Maple
    b:= proc(n, r) option remember; `if`(n b(10*n+1, 1):
    seq(a(n), n=0..40);
  • Mathematica
    b[n_, r_] := b[n, r] = If[nJean-François Alcover, Jul 21 2018, from Maple *)

Formula

a(n) = A294775(n,10).
Previous Showing 11-11 of 11 results.