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.

A182845 a(n) = A002865(2*n-1)+A002865(2*n).

This page as a plain text file.
%I A182845 #12 Mar 21 2020 09:41:02
%S A182845 1,3,6,11,20,35,58,96,154,242,375,573,861,1282,1886,2745,3961,5667,
%T A182845 8038,11323,15836,22001,30383,41715,56953,77363,104566,140668,188397,
%U A182845 251247,333689,441474,581890,764215,1000233,1304815,1696717,2199591,2843073,3664312
%N A182845 a(n) = A002865(2*n-1)+A002865(2*n).
%C A182845 a(n) is also the length of the n-th "large mirror" of the "mirror" version of the shell model of partitions of A135010.
%H A182845 Nathaniel Johnston, <a href="/A182845/b182845.txt">Table of n, a(n) for n = 1..1000</a>
%e A182845 a(1)=0+1=1. a(2)=1+2=3: a(3)=2+4=6. a(4)=4+7=11. a(5)=8+12=20. a(6)=14+21=35.
%Y A182845 Cf. A000041, A002865, A135010. For another version see A182844.
%K A182845 nonn,easy
%O A182845 1,2
%A A182845 _Omar E. Pol_, Jan 24 2011
%E A182845 Extended by _Nathaniel Johnston_, May 06 2011