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.

A053700 a(n) = 111111 in base n.

This page as a plain text file.
%I A053700 #38 Oct 04 2024 11:18:51
%S A053700 6,63,364,1365,3906,9331,19608,37449,66430,111111,177156,271453,
%T A053700 402234,579195,813616,1118481,1508598,2000719,2613660,3368421,4288306,
%U A053700 5399043,6728904,8308825,10172526,12356631,14900788,17847789,21243690,25137931
%N A053700 a(n) = 111111 in base n.
%H A053700 Carlos M. da Fonseca and Anthony G. Shannon, <a href="https://doi.org/10.7546/nntdm.2024.30.3.491-498">A formal operator involving Fermatian numbers</a>, Notes Num. Theor. Disc. Math. (2024) Vol. 30, No. 3, 491-498.
%H A053700 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).
%F A053700 a(n) = n^5 + n^4 + n^3 + n^2 + n + 1 = (n^6-1)/(n-1).
%F A053700 G.f.: x*(6 + 27*x + 76*x^2 + 6*x^3 + 6*x^4 - x^5)/(1-x)^6. - _Colin Barker_, May 08 2012
%F A053700 E.g.f.: exp(x)*(1 + 5*x + 26*x^2 + 32*x^3 + 11*x^4+ x^5) - 1. - _Stefano Spezia_, Oct 03 2024
%e A053700 a(3)=364 because 111111 base 3 = 243 + 81 + 27 + 9 + 3 + 1 = 121.
%t A053700 Table[(n^5+n^4+n^3+n^2+n+1),{n,0,5!}] (* _Vladimir Joseph Stephan Orlovsky_, Mar 06 2010 *)
%o A053700 (PARI) a(n)=(n^6-1)/(n-1) \\ _Charles R Greathouse IV_, Sep 28 2015
%Y A053700 6th row of the array A055129.
%Y A053700 Cf. A104878.
%K A053700 base,nonn,easy
%O A053700 1,1
%A A053700 _Henry Bottomley_, Mar 23 2000