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.

A194804 Sum of parts that are visible in one of the three views of the shell model of partitions version "tree" with n shells.

Original entry on oeis.org

0, 1, 4, 8, 15, 23, 40, 59, 92, 137, 202, 285, 418, 577, 802, 1106, 1511, 2019, 2724, 3598, 4755, 6226, 8107, 10462, 13523, 17280, 22029, 27953, 35350, 44416, 55763, 69579, 86634, 107459, 132914, 163768, 201475, 246841, 301822, 368033, 447790, 543206
Offset: 0

Views

Author

Omar E. Pol, Jan 27 2012

Keywords

Comments

For the number of parts see A194803. For more information about the shell model see A135010 and A194805.

Examples

			Illustration of one of the three views with seven shells:
.
.        A182732 <- 6 3 4 2 1 3 5 4 7 -> A182733
.                   . . . . 1 . . . .
.                   . . . 2 1 . . . .
.      Table 2.0    . 3 . . 1 2 . . .    Table 2.1
.                   . . 2 2 1 . . 3 .
.                   . . . . 1 2 2 . .
.                           1 . . . .
.  A182742  A182982                   A182743  A182983
.  A182992  A182994                   A182993  A182995
.
The sum of parts that are visible is 1+1+1+1+1+1+1+2+2+2+2+2+2+2+3+3+3+3+4+4+5+6+7 = 59, so a(7) = 59. Using the formula we have a(7) = 7+24+28 = 59.
		

Crossrefs

Formula

a(n) = n + A138880(n-1) + A138880(n), if n >= 2.