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!)
A014869 Numbers k that divide s(k), where s(1)=1, s(j)=19*s(j-1)+j. 0
1, 3, 9, 19, 27, 57, 81, 171, 243, 381, 513, 729, 1143, 1539, 2187, 3429, 4617, 4707, 6561, 7239, 10287, 13053, 13149, 13851, 14121, 19683, 21717, 30861, 39159, 39447, 41553, 42363, 48387, 59049, 65151, 89433, 92583, 117477, 118341, 124659, 127089, 145161, 177147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{n_, a_}]:={n+1, 19a+n+1}; Transpose[Select[NestList[nxt, {1, 1}, 70000], Divisible[Last[#], First[#]]&]][[1]] (* Harvey P. Dale, Jan 21 2015 *)
PROG
(PARI) lista(nn) = my(s); for(k=1, nn, s=19*s+k; if(s%k==0, print1(k, ", "))); \\ Jinyuan Wang, Aug 08 2021
CROSSREFS
s(n) = A014903(n).
Sequence in context: A029464 A029479 A215803 * A018495 A350978 A143056
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jinyuan Wang, Aug 08 2021
STATUS
approved

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 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)