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!)
A109214 Product of a(n-1) and digit reversal of a(n-2). 2
1, 2, 2, 4, 8, 32, 256, 5888, 3838976, 34109301760, 231888097227054080, 1556059601911449331359933440, 125186119679477750610733678211850458005934080, 55507466796083630515105997822341552764197877620395801846452095434158080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Cf. A000301 a(n) = a(n-1)*a(n-2), A004086 R(n) = digit reversal of n, A109213 a(n) = a(n-2)*R(a(n-1)).
The next term (a(15)) has 115 digits. [From Harvey P. Dale, Nov 14 2011]
LINKS
FORMULA
a(n)=a(n-1)*R(a(n-2)).
MATHEMATICA
a[1]=1; a[2]=2; a[n_]:=a[n]=a[n-1]*FromDigits[Reverse[IntegerDigits[a[n-2]]]]; A109214=Table[a[n], {n, 13}]
Transpose[NestList[{Last[#], Last[#]FromDigits[Reverse[ IntegerDigits[ First[ #]]]]}&, {1, 2}, 13]][[1]] (* Harvey P. Dale, Nov 14 2011 *)
CROSSREFS
Sequence in context: A100799 A070323 A109213 * A000301 A124439 A082836
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Jun 22 2005
EXTENSIONS
One more term (a(14)) from Harvey P. Dale, Nov 14 2011
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 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)