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!)
A014865 Numbers k that divide s(k), where s(1)=1, s(j)=15*s(j-1)+j. 1

%I #18 Jul 03 2021 17:24:58

%S 1,3,5,7,15,21,35,49,55,105,147,165,245,343,385,605,723,735,903,915,

%T 1029,1155,1715,1815,2401,2485,2695,3615,3685,4235,4515,5061,5145,

%U 6321,6405,6655,7203,7455,8085,10065,11055,12005,12705,16807,17395

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

%C Conjecture: all terms are odd, all terms greater than 7 are composite, and all terms greater than 1 are divisible by 3 or 5 or 7 some combination therof. - _Harvey P. Dale_, Dec 04 2020

%H Harvey P. Dale, <a href="/A014865/b014865.txt">Table of n, a(n) for n = 1..100</a>

%t nxt[{n_,a_}]:={n+1,15a+n+1}; Select[NestList[nxt,{1,1},17500],Divisible[ #[[2]],#[[1]]]&][[All,1]] (* _Harvey P. Dale_, Dec 04 2020 *)

%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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)