login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
Hints
(Greetings from
The On-Line Encyclopedia of Integer Sequences
!)
A261071
a(n) = 2^(n!) + 1.
0
3, 5, 65, 16777217, 1329227995784915872903807060280344577
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
COMMENTS
a(n) is a sum of two k-th powers of positive integers for k=1,2,...,n.
LINKS
Table of n, a(n) for n=1..5.
FORMULA
a(n) = 2^(n!) + 1.
a(n) =
A050923
(n) + 1.
EXAMPLE
a(3) = 2^6 + 1 = 65.
PROG
(PARI) first(m)=vector(m, i, 2^(i!)+1); /*
Anders Hellström
, Aug 08 2015 */
(Magma) [2^(Factorial(n)) + 1: n in [1..6]]; //
Vincenzo Librandi
, Aug 09 2015
CROSSREFS
Cf.
A050923
.
Sequence in context:
A318546
A076513
A222611
*
A247862
A348205
A145616
Adjacent sequences:
A261068
A261069
A261070
*
A261072
A261073
A261074
KEYWORD
nonn
,
easy
AUTHOR
Marco Ripà
, Aug 08 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 June 5 22:25 EDT 2023. Contains 363138 sequences. (Running on oeis4.)