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!)
A004957 a(n) = ceiling(n*phi^2), where phi is the golden ratio, A001622. 9
0, 3, 6, 8, 11, 14, 16, 19, 21, 24, 27, 29, 32, 35, 37, 40, 42, 45, 48, 50, 53, 55, 58, 61, 63, 66, 69, 71, 74, 76, 79, 82, 84, 87, 90, 92, 95, 97, 100, 103, 105, 108, 110, 113, 116, 118, 121, 124, 126, 129, 131, 134 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A060142(a(n)) = 4 * A060142(n). - Reinhard Zumkeller, Nov 26 2012
PROG
(Haskell)
import Data.List (findIndices)
a004957 n = a004957_list !! n
a004957_list = findIndices even a060142_list
-- Reinhard Zumkeller, Nov 26 2012
CROSSREFS
Essentially same as A026352.
Cf. A001622.
Sequence in context: A310136 A310137 A157017 * A026352 A198084 A047399
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 April 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)