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!)
A282730 Sequence of integers defined by 3-expansion of Pi-3. 1
5, 9, 19, 37, 73, 147, 293, 585, 1169, 2337, 4675, 9351, 18703, 37407, 74815, 149631, 299261, 598523, 1197047, 2394093, 4788187, 9576373, 19152747, 38305493, 76610987, 153221973, 306443945, 612887889, 1225775779, 2451551557, 4903103113, 9806206225, 19612412451, 39224824901, 78449649801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Julien Leroy, Michel Rigo, and Manon Stipulanti, Behavior of Digital Sequences Through Exotic Numeration Systems, Electronic Journal of Combinatorics 24(1) (2017), #P1.44. See Example 19.
FORMULA
a(n) = 2^(n+1) + 2*floor((Pi-3)*2^n) + 1. - Michel Marcus, Oct 29 2023
PROG
(PARI) a(n) = 2^(n+1) + 2*floor((Pi-3)*2^n) + 1; \\ Michel Marcus, Oct 29 2023
CROSSREFS
Sequence in context: A235799 A295966 A060161 * A082674 A292773 A228338
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 03 2017
EXTENSIONS
More terms from Michel Marcus, Oct 29 2023
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)