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!)
A014851 Numbers k that divide s(k), where s(1)=1, s(j)=4*s(j-1)+j. 1
1, 2, 3, 4, 6, 9, 10, 12, 18, 20, 21, 27, 30, 36, 42, 50, 54, 60, 63, 68, 78, 81, 84, 90, 100, 108, 110, 126, 147, 150, 156, 162, 171, 180, 189, 204, 210, 220, 234, 243, 250, 252, 270, 294, 300, 310, 324, 330, 340, 342, 378, 390, 410, 420, 441, 450, 468, 486 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{k_, a_}]:={k+1, 4a+k+1}; Transpose[Select[NestList[nxt, {1, 1}, 500], Divisible[#[[2]], #[[1]]]&]][[1]] (* Harvey P. Dale, May 29 2013 *)
CROSSREFS
s(n) = A014825(n).
Sequence in context: A119761 A144429 A260194 * A177919 A128399 A051404
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 April 20 00:00 EDT 2024. Contains 371798 sequences. (Running on oeis4.)