VOOZH
about
URL: https://oeis.org/A092786
⇱ A092786 - OEIS
login
A092786
a(n) = round(n*Pi^n).
0
3, 20, 93, 390, 1530, 5768, 21142, 75908, 268282, 936480, 3236244, 11091230, 37747805, 127710397, 429872190, 1440515533, 4808357581, 15994483255, 53039715042, 175399135922, 578584268700, 1904232092224, 6254245258553
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..23.
MAPLE
Digits:=30; seq( (round(x*Pi^x)), x=1..60);
MATHEMATICA
Table[Round[n*Pi^n], {n, 30}] (*
Harvey P. Dale
, Aug 01 2020 *)
CROSSREFS
Cf.
A002160
.
Sequence in context:
A185065
A227811
A363603
*
A015529
A278319
A305203
Adjacent sequences:
A092783
A092784
A092785
*
A092787
A092788
A092789
KEYWORD
nonn
AUTHOR
Jorge Coveiro
, Apr 14 2004
STATUS
approved