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!)
A132396 a(n)=(2^(2^n) + 3^(2^n) + 5^(2^n))/19 0
2, 38, 20918, 8033210678, 1225424537811128774198, 28531636118039771088818247968115767751133238, 15467030931872204052220217595650084422758156440239110185314071903881367885819214004747318 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term (a(8)) has 178 digits. - Harvey P. Dale, Jun 03 2020
LINKS
MATHEMATICA
f[n_] := Module[{c = 2^n}, (2^c + 3^c + 5^c)/19]; Array[f, 7] (* Harvey P. Dale, Jun 03 2020 *)
PROG
(PARI) a(n)=(2^(2^n) + 3^(2^n) + 5^(2^n))/19
CROSSREFS
Sequence in context: A184994 A334554 A348162 * A263374 A066244 A055689
KEYWORD
nonn
AUTHOR
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 July 28 17:08 EDT 2024. Contains 374726 sequences. (Running on oeis4.)