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.

A182844 a(0)=0: a(n)=A002865(2*n)+A002865(2*n+1), n>=1.

This page as a plain text file.
%I A182844 #10 Mar 31 2012 13:22:29
%S A182844 0,2,4,8,15,26,45,75,121,193,302,463,703,1052,1555,2277,3301,4740,
%T A182844 6754,9548,13398,18678,25873,35620,48771,66418,89988,121345,162878,
%U A182844 217666,289685,383994,507059,667131,874656,1142860,1488484,1932575,2501599,3228787
%N A182844 a(0)=0: a(n)=A002865(2*n)+A002865(2*n+1), n>=1.
%C A182844 a(n) is also the length of the n-th "large mirror" of the "mirror" version of the shell model of partitions A135010.
%H A182844 Nathaniel Johnston, <a href="/A182844/b182844.txt">Table of n, a(n) for n = 0..1000</a>
%e A182844 a(0)=0 by definition. a(1)=1+1=2: a(2)=2+2=4. a(3)=4+4=8. a(4)=7+8=15. a(5)=12+14=26. a(6)=21+24=45.
%Y A182844 Cf. A002865, A135010. For another version see A182845.
%K A182844 nonn,easy
%O A182844 0,2
%A A182844 _Omar E. Pol_, Jan 24 2011
%E A182844 Extended by _Nathaniel Johnston_, May 06 2011