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.

A002089 a(n) = 11*4^n.

Original entry on oeis.org

11, 44, 176, 704, 2816, 11264, 45056, 180224, 720896, 2883584, 11534336, 46137344, 184549376, 738197504, 2952790016, 11811160064, 47244640256, 188978561024, 755914244096, 3023656976384, 12094627905536, 48378511622144, 193514046488576, 774056185954304, 3096224743817216
Offset: 0

Views

Author

Keywords

Comments

Subsequence of A000069, the odious numbers. - Reinhard Zumkeller, Aug 26 2007

Crossrefs

Bisection of A005015. Half the first differences of A072261.

Programs

Formula

From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 4*a(n-1); a(0)=11.
G.f.: 11/(1-4*x). (End)
a(n) = 11*A000302(n). - Michel Marcus, Nov 13 2013
From Elmo R. Oliveira, Apr 02 2025: (Start)
E.g.f.: 11*exp(4*x).
a(n) = A005015(2*n). (End)