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!)
A135625 Product of n-th Mersenne prime and n-th Mersenne prime written backwards. 1
9, 49, 403, 91567, 15710338, 22299240301, 410215255975, 16028490260973271564, 3675428737957071376458418697257441432, 68870283995769119153444423083582483731047501259451576, 117132053040627211700855551462169332419627937481594387132326105147, 123777964225587033644972609912682600644825032245501533642224841942296666013617 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000668(n)*A135623(n).
EXAMPLE
a(3) = 403 because the 3rd Mersenne prime is 31 and 31*13 = 403.
MAPLE
read transforms : A000043 := proc(n) op(n, [2, 3, 5, 7, 13, 17, 19, 31, 61, 89, 107, 127, 521, 607, 1279, 2203, 2281, 3217, 4253, 4423, 9689, 9941, 11213, 19937]) ; end: A000668 := proc(n) 2^A000043(n)-1 ; end: A135623 := proc(n) digrev(A000668(n)) ; end: A135625 := proc(n) A000668(n)*A135623(n) ; end: for n from 1 to 13 do printf("%d, ", A135625 (n) ) ; od: # R. J. Mathar, Feb 28 2008
MATHEMATICA
# FromDigits[Reverse[IntegerDigits[#]]]&/@Select[2^Prime[Range[100]]-1, PrimeQ] (* Harvey P. Dale, Mar 26 2012 *)
CROSSREFS
Sequence in context: A066558 A168597 A169724 * A356243 A160603 A115326
KEYWORD
base,nonn
AUTHOR
Omar E. Pol, Feb 20 2008
EXTENSIONS
More terms from R. J. Mathar, Feb 28 2008
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 28 15:09 EDT 2024. Contains 372088 sequences. (Running on oeis4.)