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.

A121292 a(n) = Bell(3*n+1).

This page as a plain text file.
%I A121292 #10 Jan 08 2020 00:31:24
%S A121292 1,15,877,115975,27644437,10480142147,5832742205057,4506715738447323,
%T A121292 4638590332229999353,6160539404599934652455,
%U A121292 10293358946226376485095653,21195039388640360462388656799,52868366208550447901945575624941,157450588391204931289324344702531067
%N A121292 a(n) = Bell(3*n+1).
%H A121292 Andrew Howroyd, <a href="/A121292/b121292.txt">Table of n, a(n) for n = 0..50</a>
%F A121292 E.g.f.: exp(-1)*Sum_{n>=0} n*exp(n^3*x)/n!.
%t A121292 Table[ BellB[3*n + 1], {n, 0, 10}]  (* _Jean-François Alcover_, Dec 13 2012 *)
%o A121292 (PARI) a(n)={my(k=3*n+1); k!*polcoef(exp(exp(x + O(x*x^k)) - 1), k)} \\ _Andrew Howroyd_, Jan 08 2020
%Y A121292 Cf. A000110, A070906.
%K A121292 easy,nonn
%O A121292 0,2
%A A121292 _Vladeta Jovovic_, Aug 24 2006
%E A121292 Terms a(11) and beyond from _Andrew Howroyd_, Jan 08 2020