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!)
A195266 Trajectory of 105 under iteration of the map x -> A080670(x). 3
105, 357, 3717, 32759, 174147, 358049, 379677, 3196661, 13245897, 373120347, 31961239449, 364811643843, 3474632755849, 7148938489519, 19530970872089, 731453184134581, 1069684240583849, 11451757737372871, 18163269379764491, 99042547183388553, 344278174560973471, 71388716692555572127, 148872380947952962303, 1453102458624189919451, 11245912921175349453489 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Sean A. Irvine, Table of n, a(n) for n = 1..108 (1..40 from Alonso del Arte, 41..65 from D. S. McNeil, 66..108 from Sean A. Irvine)
MAPLE
read("transforms");
# insert A080670 here
A195266 := proc(n)
option remember;
if n = 1 then
105;
else
A080670(procname(n-1)) ;
end if;
end proc: # R. J. Mathar, Oct 02 2011
CROSSREFS
Sequence in context: A325312 A147576 A145752 * A113480 A190577 A102792
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 14 2011, based on a posting to the Sequence Fans Mailing List by Alonso del Arte
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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)