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!)
A260005 a(n) = f(2,n,2), where f is the Sudan function defined in A260002. 5
19, 10228, 15569256417, 5742397643169488579854258, 36681813266165915713665394441869800619098139628586701684547 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Naturally a subsequence of A260004.
See A260002-A260003 for the evaluation of the Sudan function.
Using f(2,n,2) = f(1, f(2,n,1), f(2,n,1)+2) = 2^(f(2,n,1)+2)*(f(2,n,1)+2)-f(2,n,1)-4 and f(2,n,1) = f(1, n, n+1) = 2^(n+1)*(n+2)-(n+3) we have:
a(n)=f(2,n,2)
=f(1, 2^(n+1)*(n+2)-(n+3), 2^(n+1)*(n+2)-(n+3)+2)
=2^(2^(n+1)*(n+2)-(n+3)+2)*(2^(n+1)*(n+2)-(n+3)+2)-2^(n+1)*(n+2)+(n+3)-4
=2^(2^(n+1)*(n+2)-(n+1))*(2^(n+1)*(n+2)-(n+1))-2^(n+1)*(n+2)+(n-1).
LINKS
Natan Arie' Consigli, Table of n, a(n) for n = 0..6
Wikipedia, Sudan function (see 3rd line of "Values of F2(x, y)" table).
FORMULA
a(n) = 2^(2^(n+1)*(n+2)-(n+1))*(2^(n+1)*(n+2)-(n+1))-2^(n+1)*(n+2)+(n-1).
EXAMPLE
a(1) = f(2,1,2) = f(1,f(2,1,1),f(2,1,1)+2) = f(1,8,10) = 2^10(8+2)-10-2 = 10228.
MATHEMATICA
Table[2^(2^(n + 1) (n + 2) - (n + 1)) (2^(n + 1) (n + 2) - (n + 1)) - 2^(n + 1) (n + 2) + (n - 1), {n, 0, 5}] (* Vincenzo Librandi, Jul 27 2015
PROG
(Magma) [2^(2^(n+1)*(n+2)-(n+1))*(2^(n+1)*(n+2)-(n+1))-2^(n+1)*(n+2)+(n-1):n in [0..5]]; // Vincenzo Librandi, Jul 27 2015
(PARI) a(n) = 2^(2^(n+1)*(n+2)-(n+1))*(2^(n+1)*(n+2)-(n+1))-2^(n+1)*(n+2)+(n-1);
vector(10, n, a(n-1)) \\ Altug Alkan, Oct 01 2015
CROSSREFS
Cf. A048493 (f(2,n,1)), A260002, A260003, A260004, A260006.
Sequence in context: A265964 A156973 A270972 * A276739 A093400 A265169
KEYWORD
nonn
AUTHOR
Natan Arie Consigli, Jul 23 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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)