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!)
A247207 4^(2^n) + 3^(2^n) + 2^(2^n) + 1. 0
10, 30, 354, 72354, 4338079554, 18448597098193370754, 340282370354622283774333836163326852354, 115792089237316207213755562747271079374483128445080168181132550891186006948354 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = sum_{k = 1 .. 4} k^(2^n).
For all n > 1, a(n) = 54 mod 100.
EXAMPLE
a(2) = 4^4 + 3^4 + 2^4 + 1 = 256 + 81 + 16 + 1 = 354.
a(3) = 4^8 + 3^8 + 2^8 + 1 = 65536 + 6561 + 256 + 1 = 72354.
MATHEMATICA
Table[1 + Sum[k^(2^n), {k, 2, 4}], {n, 0, 7}]
CROSSREFS
Sequence in context: A256879 A064012 A276180 * A187521 A187624 A187633
KEYWORD
nonn,easy
AUTHOR
Alonso del Arte, Nov 25 2014
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 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)