The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016948 a(n) = (6*n + 3)^4. 9
81, 6561, 50625, 194481, 531441, 1185921, 2313441, 4100625, 6765201, 10556001, 15752961, 22667121, 31640625, 43046721, 57289761, 74805201, 96059601, 121550625, 151807041, 187388721, 228886641, 276922881, 332150625, 395254161, 466948881, 547981281, 639128961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Amiram Eldar, Mar 30 2022: (Start)
a(n) = A016945(n)^4 = A016946(n)^2.
a(n) = 3^4*A016756(n).
Sum_{n>=0} 1/a(n) = Pi^4/7776. (End)
MATHEMATICA
a[n_] := (6*n + 3)^4; Array[a, 50, 0] (* Amiram Eldar, Mar 30 2022 *)
PROG
(Magma) [(6*n+3)^4: n in [0..50]]; // Vincenzo Librandi, May 05 2011
CROSSREFS
Sequence in context: A250612 A228974 A178513 * A206993 A223791 A206935
KEYWORD
nonn,easy
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 May 14 01:40 EDT 2024. Contains 372528 sequences. (Running on oeis4.)