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!)
A014875 Numbers k that divide s(k), where s(1)=1, s(j)=24*s(j-1)+j. 1
1, 2, 3, 4, 6, 8, 10, 12, 20, 23, 24, 30, 40, 42, 46, 50, 60, 69, 84, 92, 100, 110, 120, 138, 150, 156, 168, 184, 200, 210, 220, 230, 250, 276, 294, 300, 312, 330, 420, 440, 460, 474, 500, 529, 550, 552, 588, 600, 660, 690, 750, 780, 840, 876, 920, 930, 948 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{s_, k_}]:={24s+k+1, k+1}; Transpose[Select[NestList[nxt, {1, 1}, 1000], Divisible[ #[[1]], #[[2]]]&]][[2]] (* Harvey P. Dale, Apr 05 2014 *)
CROSSREFS
Sequence in context: A020490 A217660 A275581 * A029469 A061953 A029517
KEYWORD
nonn
AUTHOR
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 March 29 06:15 EDT 2024. Contains 371265 sequences. (Running on oeis4.)