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.

A230430 After zero, gives the numbers where finite side-trees (or "tendrils") of factorial beanstalk branch off from its infinite trunk (A219666).

Original entry on oeis.org

0, 3, 4, 6, 11, 13, 16, 22, 24, 29, 31, 34, 41, 47, 49, 53, 56, 62, 71, 75, 78, 84, 93, 96, 103, 108, 118, 120, 125, 127, 130, 137, 143, 145, 149, 152, 158, 167, 171, 174, 180, 189, 192, 199, 205, 212, 220, 229, 239, 241, 245, 248, 254, 263, 267, 270, 276, 285
Offset: 0

Views

Author

Antti Karttunen, Nov 10 2013

Keywords

Comments

This sequence relates to the factorial base representation (A007623) in the same way as A213730 relates to the binary system.

Crossrefs

Cf. A230407.

Programs

Formula

a(n) = A219666(n+1) + (-1)^A219666(n+1).
a(n) = A230423(A219666(n)) + (1 - (A219666(n+1) mod 2)).