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!)
A261066 (7^(2^n) - 1) / 2^(n+2). 1
6, 150, 180150, 519264540150, 8628341205030630049260150, 4764689404827483203666304150636608674826622242700150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
(m^(2^n)-1)/2^(n+2) is an integer for any odd value of m and n>0.
The next term, a(7), has 106 decimal digits.
LINKS
FORMULA
a(n) == 150 (mod 10^4) for all n > 1. - M. F. Hasler, Aug 11 2015
EXAMPLE
a(3) = (7^8 - 1)/2^5 = 180150.
MATHEMATICA
Table[(7^(2^n) - 1)/2^(n + 2), {n, 1, 7}] (* Vincenzo Librandi, Aug 09 2015 *)
PROG
(PARI) first(m)=vector(m, i, (7^(2^i)-1)/2^(i+2)); /* Anders Hellström, Aug 08 2015 */
(Magma) [(7^(2^n)-1)/2^(n+2): n in [1..10]]; // Vincenzo Librandi, Aug 09 2015
(PARI) A261066(n)=7^2^n>>(n+2) \\ M. F. Hasler, Aug 11 2015
CROSSREFS
Sequence in context: A126679 A232689 A165436 * A297737 A352757 A168654
KEYWORD
nonn
AUTHOR
Marco Ripà, Aug 08 2015
EXTENSIONS
a(5) corrected by Vincenzo Librandi, Aug 09 2015
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 May 8 12:18 EDT 2024. Contains 372333 sequences. (Running on oeis4.)