login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014853 Numbers k that divide s(k), where s(1)=1, s(j)=6*s(j-1)+j. 0

%I #15 Jul 03 2021 16:28:45

%S 1,2,3,5,6,10,14,15,25,30,42,50,70,75,98,110,125,129,150,186,210,250,

%T 258,294,330,350,375,406,490,550,625,645,686,750,770,930,1010,1050,

%U 1210,1218,1250,1290,1302,1470,1555,1650,1750,1806,1875,2030

%N Numbers k that divide s(k), where s(1)=1, s(j)=6*s(j-1)+j.

%t nxt[{n_,a_}]:={n+1,6a+n+1}; Select[NestList[nxt,{1,1},2100], Divisible[ #[[2]],#[[1]]]&][[All,1]] (* _Harvey P. Dale_, Aug 01 2019 *)

%Y s(n) = A014829(n).

%K nonn

%O 1,2

%A _N. J. A. Sloane_, _Olivier GĂ©rard_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)