The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A090636 Trajectory of 15 under the map k -> A003415(k) (taking the arithmetic derivative). 6

%I #15 Nov 29 2019 20:48:23

%S 15,8,12,16,32,80,176,368,752,1520,3424,8592,20096,70464,235072,

%T 705280,3023616,13223680,55540736,278539264,1392697344,9541095424,

%U 58609614848,410267320320,3397142953984,24143851798528,176071227916288,1232666139967488

%N Trajectory of 15 under the map k -> A003415(k) (taking the arithmetic derivative).

%F a(n) = A129150(n-2) for n>1. - _Reinhard Zumkeller_, Apr 01 2007

%o (Haskell)

%o a090636 n = a090636_list !! (n-1)

%o a090636_list = iterate a003415 15 -- _Reinhard Zumkeller_, Apr 29 2012

%o (PARI) A090636(n,a=15)={if(n<0, vector(-n,n, if(n>1, a=A003415(a), a)), for(n=2,n, a=A003415(a)); a)} \\ For n<0 return the vector a[1..-n]. - _M. F. Hasler_, Nov 27 2019

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Dec 14 2003

%E More explicit name from _M. F. Hasler_, Nov 27 2019

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 June 1 02:06 EDT 2024. Contains 373008 sequences. (Running on oeis4.)