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!)
A101896 Primes obtained if 2^j for some suitable j is written backward. 1
2, 61, 23, 821, 4201, 270131, 61277761, 274359834731, 23888027348153, 86936981079782063, 4243031147170261950811, 272838646828154727511151, 821882010875193363312928672952261, 274562423560500997742392394025368175422471, 4266472836315949449695828501889595072967427241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The relevant exponents are collected in A057708.
a(23), reverse(2^3489), has 1023 decimal digits. - Michael De Vlieger, Dec 03 2015
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..22
FORMULA
a(n) = reverse(2^A057708(n)).
EXAMPLE
Reverse 128, obtain 821, a prime.
MATHEMATICA
Select[FromDigits@ Reverse@ IntegerDigits[2^#] & /@ Range@ 3200, PrimeQ] (* Michael De Vlieger, Dec 03 2015 *)
PROG
(GAP) a:=Filtered(List(List([1..300], j->Reversed(ListOfDigits(2^j))), k->Sum([1..Size(k)], i->k[i]*10^(Size(k)-i))), IsPrime);; Print(a); # Muniru A Asiru, Dec 25 2018
CROSSREFS
Cf. A057708.
Sequence in context: A121493 A078491 A182856 * A130411 A262079 A364659
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Jan 28 2005
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 30 09:09 EDT 2024. Contains 372131 sequences. (Running on oeis4.)