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.

A050620 Quotients arising from sequence A035014.

Original entry on oeis.org

2, 11, 43, 209, 1042, 6771, 26823, 130599, 651237, 3255306, 21158903, 83821639, 408121757, 2035115566, 13224589033, 52388661704, 331370112102, 1691563962301, 6567827879588, 41430886596044, 211450306579272, 1059399469695886, 5298071316879193, 20530429091056784
Offset: 1

Views

Author

Patrick De Geest, Jun 15 1999

Keywords

Crossrefs

Programs

  • PARI
    a(n) = if (n==1, 2, a(n-1)/2 + 5^(n-1)*(4-(a(n-1) % 2))/2);

Formula

a(n) = a(n-1)/2 + 5^(n-1)*(4-[a(n-1) mod 2])/2. - Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 17 2001
a(n) = A035014(n)/2^n. - Michel Marcus, Apr 07 2017

Extensions

More terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 17 2001
More terms from Michel Marcus, Apr 07 2017